Html Css Color HEX #0544DB Navy Blue

📋 copy color: '#0544DB'

red 5 ◦ green 68 ◦ blue 219

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

Shades of Navy Blue #0544DB

Tints of Navy Blue #0544DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 1.71%
G = 23.29%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0544DB (or 0x0544DB) is known color: Navy Blue. HEX triplet: 05, 44 and DB. RGB value is (5,68,219). Sum of RGB (Red+Green+Blue) = 5+68+219=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #0544DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0544DB is #FABB24. Grayscale: #414141. Windows color (decimal): -16431909 or 14369797. OLE color: 14369797.

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

Color convert

RGB 5 68 219 -
CMYK 0.98 0.69 0 0.14
HSL 222.34º 0.96% 0.44% -
HSV(B) 222.34º 0.98% 0.86% -
XYZ 14.92 9.28 68.02 -
YUV 66.38 214.13 84.22 -
System Red Green Blue C M Y K H S L
Decimal 5 68 219 0.98 0.69 0 0.14 222.34 0.96 0.44
Hex 5 44 DB 62 45 0 E DE 60 2C
Octal 5 104 333 142 105 0 16 336 140 54
Binary 101 1000100 11011011 1100010 1000101 0 1110 11011110 1100000 101100

Color Harmonies of #0544DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0544DB

Black with #0544DB

Text Example


Text Example

White with #0544DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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