Html Css Color HEX #0454C8 Navy Blue

📋 copy color: '#0454C8'

red 4 ◦ green 84 ◦ blue 200

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

Shades of Navy Blue #0454C8

Tints of Navy Blue #0454C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 69.44%

R = 1.39%
G = 29.17%
B = 69.44%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0454C8 (or 0x0454C8) is known color: Navy Blue. HEX triplet: 04, 54 and C8. RGB value is (4,84,200). Sum of RGB (Red+Green+Blue) = 4+84+200=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 200 (78.52% from 255 or 69.44% from 288); Max value from RGB is 200 - color contains mainly: blue. Hex color #0454C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0454C8 is #FBAB37. Grayscale: #484848. Windows color (decimal): -16493368 or 13128708. OLE color: 13128708.

HSL color Cylindrical-coordinate representation of color #0454C8: hue angle of 215.51º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454C8 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 84 200 -
CMYK 0.98 0.58 0 0.22
HSL 215.51º 0.96% 0.4% -
HSV(B) 215.51º 0.98% 0.78% -
XYZ 13.65 10.54 55.96 -
YUV 73.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 4 84 200 0.98 0.58 0 0.22 215.51 0.96 0.4
Hex 4 54 C8 62 3A 0 16 D8 60 28
Octal 4 124 310 142 72 0 26 330 140 50
Binary 100 1010100 11001000 1100010 111010 0 10110 11011000 1100000 101000

Color Harmonies of #0454C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0454C8

Black with #0454C8

Text Example


Text Example

White with #0454C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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