Html Css Color HEX #1C6DDB Navy Blue

📋 copy color: '#1C6DDB'

red 28 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #1C6DDB

Tints of Navy Blue #1C6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 7.87%
G = 30.62%
B = 61.52%

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

#1C6DDB (or 0x1C6DDB) is known color: Navy Blue. HEX triplet: 1C, 6D and DB. RGB value is (28,109,219). Sum of RGB (Red+Green+Blue) = 28+109+219=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6DDB is #E39224. Grayscale: #606060. Windows color (decimal): -14914085 or 14380316. OLE color: 14380316.

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

Color convert

RGB 28 109 219 -
CMYK 0.87 0.50 0 0.14
HSL 214.56º 0.77% 0.48% -
HSV(B) 214.56º 0.87% 0.86% -
XYZ 18.73 16.3 69.18 -
YUV 97.32 196.66 78.56 -
System Red Green Blue C M Y K H S L
Decimal 28 109 219 0.87 0.50 0 0.14 214.56 0.77 0.48
Hex 1C 6D DB 57 32 0 E D7 4D 30
Octal 34 155 333 127 62 0 16 327 115 60
Binary 11100 1101101 11011011 1010111 110010 0 1110 11010111 1001101 110000

Color Harmonies of #1C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DDB

Black with #1C6DDB

Text Example


Text Example

White with #1C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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