Html Css Color HEX #1C6FDE Navy Blue

📋 copy color: '#1C6FDE'

red 28 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #1C6FDE

Tints of Navy Blue #1C6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 7.76%
G = 30.75%
B = 61.5%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C6FDE (or 0x1C6FDE) is known color: Navy Blue. HEX triplet: 1C, 6F and DE. RGB value is (28,111,222). Sum of RGB (Red+Green+Blue) = 28+111+222=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C6FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6FDE is #E39021. Grayscale: #626262. Windows color (decimal): -14913570 or 14577436. OLE color: 14577436.

HSL color Cylindrical-coordinate representation of color #1C6FDE: hue angle of 214.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C6FDE is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 111 222 -
CMYK 0.87 0.5 0 0.13
HSL 214.33º 0.78% 0.49% -
HSV(B) 214.33º 0.87% 0.87% -
XYZ 19.35 16.89 71.35 -
YUV 98.84 197.5 77.47 -
System Red Green Blue C M Y K H S L
Decimal 28 111 222 0.87 0.5 0 0.13 214.33 0.78 0.49
Hex 1C 6F DE 57 32 0 D D6 4E 31
Octal 34 157 336 127 62 0 15 326 116 61
Binary 11100 1101111 11011110 1010111 110010 0 1101 11010110 1001110 110001

Color Harmonies of #1C6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6FDE

Black with #1C6FDE

Text Example


Text Example

White with #1C6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,111,222); }

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

background-color css

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

 a { background-color: rgb(28,111,222); }

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

border-color css

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

 span { border-color: rgb(28,111,222); }

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