Html Css Color HEX #055CDB Navy Blue

📋 copy color: '#055CDB'

red 5 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #055CDB

Tints of Navy Blue #055CDB

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 1.58%
G = 29.11%
B = 69.3%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#055CDB (or 0x055CDB) is known color: Navy Blue. HEX triplet: 05, 5C and DB. RGB value is (5,92,219). Sum of RGB (Red+Green+Blue) = 5+92+219=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #055CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CDB is #FAA324. Grayscale: #4F4F4F. Windows color (decimal): -16425765 or 14375941. OLE color: 14375941.

HSL color Cylindrical-coordinate representation of color #055CDB: hue angle of 215.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CDB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 92 219 -
CMYK 0.98 0.58 0 0.14
HSL 215.61º 0.96% 0.44% -
HSV(B) 215.61º 0.98% 0.86% -
XYZ 16.68 12.8 68.61 -
YUV 80.47 206.18 74.17 -
System Red Green Blue C M Y K H S L
Decimal 5 92 219 0.98 0.58 0 0.14 215.61 0.96 0.44
Hex 5 5C DB 62 3A 0 E D8 60 2C
Octal 5 134 333 142 72 0 16 330 140 54
Binary 101 1011100 11011011 1100010 111010 0 1110 11011000 1100000 101100

Color Harmonies of #055CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CDB

Black with #055CDB

Text Example


Text Example

White with #055CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055CDB; }

 p { color: rgb(5,92,219); }

 H1.HeaderClassName
 {
   color: #055CDB;
 }
 .AnyTagClassName
 {
   color: #055CDB;
 }
</style>

background-color css

<style>
 a { background-color: #055CDB; }

 a { background-color: rgb(5,92,219); }

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

border-color css

<style>
 span { border-color: #055CDB; }

 span { border-color: rgb(5,92,219); }

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