Html Css Color HEX #1C6DDC Navy Blue

📋 copy color: '#1C6DDC'

red 28 ◦ green 109 ◦ blue 220

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

Shades of Navy Blue #1C6DDC

Tints of Navy Blue #1C6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 7.84%
G = 30.53%
B = 61.62%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C6DDC (or 0x1C6DDC) is known color: Navy Blue. HEX triplet: 1C, 6D and DC. RGB value is (28,109,220). Sum of RGB (Red+Green+Blue) = 28+109+220=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C6DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6DDC is #E39223. Grayscale: #606060. Windows color (decimal): -14914084 or 14445852. OLE color: 14445852.

HSL color Cylindrical-coordinate representation of color #1C6DDC: hue angle of 214.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C6DDC is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 109 220 -
CMYK 0.87 0.50 0 0.14
HSL 214.69º 0.77% 0.49% -
HSV(B) 214.69º 0.87% 0.86% -
XYZ 18.87 16.35 69.87 -
YUV 97.44 197.16 78.47 -
System Red Green Blue C M Y K H S L
Decimal 28 109 220 0.87 0.50 0 0.14 214.69 0.77 0.49
Hex 1C 6D DC 57 32 0 E D7 4D 31
Octal 34 155 334 127 62 0 16 327 115 61
Binary 11100 1101101 11011100 1010111 110010 0 1110 11010111 1001101 110001

Color Harmonies of #1C6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DDC

Black with #1C6DDC

Text Example


Text Example

White with #1C6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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