Html Css Color HEX #0454DB Navy Blue

📋 copy color: '#0454DB'

red 4 ◦ green 84 ◦ blue 219

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

Shades of Navy Blue #0454DB

Tints of Navy Blue #0454DB

RGB

 RED value IS 4 (1.95% from 255) = 1.3%

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

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

R = 1.3%
G = 27.36%
B = 71.34%

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

#0454DB (or 0x0454DB) is known color: Navy Blue. HEX triplet: 04, 54 and DB. RGB value is (4,84,219). Sum of RGB (Red+Green+Blue) = 4+84+219=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #0454DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0454DB is #FBAB24. Grayscale: #4A4A4A. Windows color (decimal): -16493349 or 14373892. OLE color: 14373892.

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

Color convert

RGB 4 84 219 -
CMYK 0.98 0.62 0 0.14
HSL 217.67º 0.96% 0.44% -
HSV(B) 217.67º 0.98% 0.86% -
XYZ 16.01 11.48 68.39 -
YUV 75.47 209 77.02 -
System Red Green Blue C M Y K H S L
Decimal 4 84 219 0.98 0.62 0 0.14 217.67 0.96 0.44
Hex 4 54 DB 62 3E 0 E DA 60 2C
Octal 4 124 333 142 76 0 16 332 140 54
Binary 100 1010100 11011011 1100010 111110 0 1110 11011010 1100000 101100

Color Harmonies of #0454DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0454DB

Black with #0454DB

Text Example


Text Example

White with #0454DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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