Html Css Color HEX #1C6ADC Navy Blue

📋 copy color: '#1C6ADC'

red 28 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #1C6ADC

Tints of Navy Blue #1C6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

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

R = 7.91%
G = 29.94%
B = 62.15%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C6ADC (or 0x1C6ADC) is known color: Navy Blue. HEX triplet: 1C, 6A and DC. RGB value is (28,106,220). Sum of RGB (Red+Green+Blue) = 28+106+220=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ADC is #E39523. Grayscale: #5F5F5F. Windows color (decimal): -14914852 or 14445084. OLE color: 14445084.

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

Color convert

RGB 28 106 220 -
CMYK 0.87 0.52 0 0.14
HSL 215.63º 0.77% 0.49% -
HSV(B) 215.63º 0.87% 0.86% -
XYZ 18.55 15.72 69.77 -
YUV 95.67 198.16 79.73 -
System Red Green Blue C M Y K H S L
Decimal 28 106 220 0.87 0.52 0 0.14 215.63 0.77 0.49
Hex 1C 6A DC 57 34 0 E D8 4D 31
Octal 34 152 334 127 64 0 16 330 115 61
Binary 11100 1101010 11011100 1010111 110100 0 1110 11011000 1001101 110001

Color Harmonies of #1C6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6ADC

Black with #1C6ADC

Text Example


Text Example

White with #1C6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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