Html Css Color HEX #1C6CDF Navy Blue

📋 copy color: '#1C6CDF'

red 28 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #1C6CDF

Tints of Navy Blue #1C6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 7.8%
G = 30.08%
B = 62.12%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C6CDF (or 0x1C6CDF) is known color: Navy Blue. HEX triplet: 1C, 6C and DF. RGB value is (28,108,223). Sum of RGB (Red+Green+Blue) = 28+108+223=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C6CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CDF is #E39320. Grayscale: #606060. Windows color (decimal): -14914337 or 14642204. OLE color: 14642204.

HSL color Cylindrical-coordinate representation of color #1C6CDF: hue angle of 215.38º 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 #1C6CDF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 108 223 -
CMYK 0.87 0.52 0 0.13
HSL 215.38º 0.78% 0.49% -
HSV(B) 215.38º 0.87% 0.87% -
XYZ 19.16 16.3 71.95 -
YUV 97.19 199 78.65 -
System Red Green Blue C M Y K H S L
Decimal 28 108 223 0.87 0.52 0 0.13 215.38 0.78 0.49
Hex 1C 6C DF 57 34 0 D D7 4E 31
Octal 34 154 337 127 64 0 15 327 116 61
Binary 11100 1101100 11011111 1010111 110100 0 1101 11010111 1001110 110001

Color Harmonies of #1C6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6CDF

Black with #1C6CDF

Text Example


Text Example

White with #1C6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,108,223); }

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

background-color css

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

 a { background-color: rgb(28,108,223); }

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

border-color css

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

 span { border-color: rgb(28,108,223); }

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