Html Css Color HEX #0554DB Navy Blue

📋 copy color: '#0554DB'

red 5 ◦ green 84 ◦ blue 219

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

Shades of Navy Blue #0554DB

Tints of Navy Blue #0554DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 1.62%
G = 27.27%
B = 71.1%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0554DB (or 0x0554DB) is known color: Navy Blue. HEX triplet: 05, 54 and DB. RGB value is (5,84,219). Sum of RGB (Red+Green+Blue) = 5+84+219=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0554DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554DB is #FAAB24. Grayscale: #4B4B4B. Windows color (decimal): -16427813 or 14373893. OLE color: 14373893.

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

Color convert

RGB 5 84 219 -
CMYK 0.98 0.62 0 0.14
HSL 217.85º 0.96% 0.44% -
HSV(B) 217.85º 0.98% 0.86% -
XYZ 16.02 11.49 68.39 -
YUV 75.77 208.83 77.52 -
System Red Green Blue C M Y K H S L
Decimal 5 84 219 0.98 0.62 0 0.14 217.85 0.96 0.44
Hex 5 54 DB 62 3E 0 E DA 60 2C
Octal 5 124 333 142 76 0 16 332 140 54
Binary 101 1010100 11011011 1100010 111110 0 1110 11011010 1100000 101100

Color Harmonies of #0554DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0554DB

Black with #0554DB

Text Example


Text Example

White with #0554DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0554DB; }

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

 H1.HeaderClassName
 {
   color: #0554DB;
 }
 .AnyTagClassName
 {
   color: #0554DB;
 }
</style>

background-color css

<style>
 a { background-color: #0554DB; }

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

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

border-color css

<style>
 span { border-color: #0554DB; }

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

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