Html Css Color HEX #1C77DB Navy Blue

📋 copy color: '#1C77DB'

red 28 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #1C77DB

Tints of Navy Blue #1C77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 7.65%
G = 32.51%
B = 59.84%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C77DB (or 0x1C77DB) is known color: Navy Blue. HEX triplet: 1C, 77 and DB. RGB value is (28,119,219). Sum of RGB (Red+Green+Blue) = 28+119+219=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C77DB is #E38824. Grayscale: #666666. Windows color (decimal): -14911525 or 14382876. OLE color: 14382876.

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

Color convert

RGB 28 119 219 -
CMYK 0.87 0.46 0 0.14
HSL 211.41º 0.77% 0.48% -
HSV(B) 211.41º 0.87% 0.86% -
XYZ 19.86 18.56 69.55 -
YUV 103.19 193.35 74.37 -
System Red Green Blue C M Y K H S L
Decimal 28 119 219 0.87 0.46 0 0.14 211.41 0.77 0.48
Hex 1C 77 DB 57 2E 0 E D3 4D 30
Octal 34 167 333 127 56 0 16 323 115 60
Binary 11100 1110111 11011011 1010111 101110 0 1110 11010011 1001101 110000

Color Harmonies of #1C77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C77DB

Black with #1C77DB

Text Example


Text Example

White with #1C77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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