Html Css Color HEX #1C6DDD Navy Blue

📋 copy color: '#1C6DDD'

red 28 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #1C6DDD

Tints of Navy Blue #1C6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 7.82%
G = 30.45%
B = 61.73%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C6DDD (or 0x1C6DDD) is known color: Navy Blue. HEX triplet: 1C, 6D and DD. RGB value is (28,109,221). Sum of RGB (Red+Green+Blue) = 28+109+221=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6DDD is #E39222. Grayscale: #616161. Windows color (decimal): -14914083 or 14511388. OLE color: 14511388.

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

Color convert

RGB 28 109 221 -
CMYK 0.87 0.51 0 0.13
HSL 214.82º 0.78% 0.49% -
HSV(B) 214.82º 0.87% 0.87% -
XYZ 19 16.4 70.57 -
YUV 97.55 197.66 78.39 -
System Red Green Blue C M Y K H S L
Decimal 28 109 221 0.87 0.51 0 0.13 214.82 0.78 0.49
Hex 1C 6D DD 57 33 0 D D7 4E 31
Octal 34 155 335 127 63 0 15 327 116 61
Binary 11100 1101101 11011101 1010111 110011 0 1101 11010111 1001110 110001

Color Harmonies of #1C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DDD

Black with #1C6DDD

Text Example


Text Example

White with #1C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,109,221); }

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

background-color css

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

 a { background-color: rgb(28,109,221); }

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

border-color css

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

 span { border-color: rgb(28,109,221); }

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