Html Css Color HEX #055DDB Navy Blue

📋 copy color: '#055DDB'

red 5 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #055DDB

Tints of Navy Blue #055DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

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

R = 1.58%
G = 29.34%
B = 69.09%

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

#055DDB (or 0x055DDB) is known color: Navy Blue. HEX triplet: 05, 5D and DB. RGB value is (5,93,219). Sum of RGB (Red+Green+Blue) = 5+93+219=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #055DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DDB is #FAA224. Grayscale: #505050. Windows color (decimal): -16425509 or 14376197. OLE color: 14376197.

HSL color Cylindrical-coordinate representation of color #055DDB: hue angle of 215.33º 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 #055DDB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 93 219 -
CMYK 0.98 0.58 0 0.14
HSL 215.33º 0.96% 0.44% -
HSV(B) 215.33º 0.98% 0.86% -
XYZ 16.76 12.98 68.64 -
YUV 81.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 5 93 219 0.98 0.58 0 0.14 215.33 0.96 0.44
Hex 5 5D DB 62 3A 0 E D7 60 2C
Octal 5 135 333 142 72 0 16 327 140 54
Binary 101 1011101 11011011 1100010 111010 0 1110 11010111 1100000 101100

Color Harmonies of #055DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DDB

Black with #055DDB

Text Example


Text Example

White with #055DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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