Html Css Color HEX #1C14BE Medium Blue

📋 copy color: '#1C14BE'

red 28 ◦ green 20 ◦ blue 190

#1C14BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1C14BE

Tints of Medium Blue #1C14BE

RGB

 RED value IS 28 (11.33% from 255) = 11.76%

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 11.76%
G = 8.4%
B = 79.83%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1C14BE (or 0x1C14BE) is known color: Medium Blue. HEX triplet: 1C, 14 and BE. RGB value is (28,20,190). Sum of RGB (Red+Green+Blue) = 28+20+190=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C14BE is #E3EB41. Grayscale: #292929. Windows color (decimal): -14936898 or 12456988. OLE color: 12456988.

HSL color Cylindrical-coordinate representation of color #1C14BE: hue angle of 242.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C14BE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 20 190 -
CMYK 0.85 0.89 0 0.25
HSL 242.82º 0.81% 0.41% -
HSV(B) 242.82º 0.89% 0.75% -
XYZ 10.02 4.46 49.05 -
YUV 41.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 28 20 190 0.85 0.89 0 0.25 242.82 0.81 0.41
Hex 1C 14 BE 55 59 0 19 F3 51 29
Octal 34 24 276 125 131 0 31 363 121 51
Binary 11100 10100 10111110 1010101 1011001 0 11001 11110011 1010001 101001

Color Harmonies of #1C14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C14BE

Black with #1C14BE

Text Example


Text Example

White with #1C14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C14BE; }

 p { color: rgb(28,20,190); }

 H1.HeaderClassName
 {
   color: #1C14BE;
 }
 .AnyTagClassName
 {
   color: #1C14BE;
 }
</style>

background-color css

<style>
 a { background-color: #1C14BE; }

 a { background-color: rgb(28,20,190); }

 div.DivClassName
 {
   background-color: #1C14BE;
 }
 .BgClassName
 {
   background-color: #1C14BE;
 }
</style>

border-color css

<style>
 span { border-color: #1C14BE; }

 span { border-color: rgb(28,20,190); }

 td.TdClassName
 {
   border-color: #1C14BE;
 }
 .TagClassName
 {
   border-color: #1C14BE;
 }
</style>