Html Css Color HEX #0455DC Navy Blue

📋 copy color: '#0455DC'

red 4 ◦ green 85 ◦ blue 220

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

Shades of Navy Blue #0455DC

Tints of Navy Blue #0455DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 220 (86.33% from 255) = 71.2%

R = 1.29%
G = 27.51%
B = 71.2%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0455DC (or 0x0455DC) is known color: Navy Blue. HEX triplet: 04, 55 and DC. RGB value is (4,85,220). Sum of RGB (Red+Green+Blue) = 4+85+220=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #0455DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455DC is #FBAA23. Grayscale: #4B4B4B. Windows color (decimal): -16493092 or 14439684. OLE color: 14439684.

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

Color convert

RGB 4 85 220 -
CMYK 0.98 0.61 0 0.14
HSL 217.5º 0.96% 0.44% -
HSV(B) 217.5º 0.98% 0.86% -
XYZ 16.22 11.69 69.11 -
YUV 76.17 209.16 76.52 -
System Red Green Blue C M Y K H S L
Decimal 4 85 220 0.98 0.61 0 0.14 217.5 0.96 0.44
Hex 4 55 DC 62 3D 0 E DA 60 2C
Octal 4 125 334 142 75 0 16 332 140 54
Binary 100 1010101 11011100 1100010 111101 0 1110 11011010 1100000 101100

Color Harmonies of #0455DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0455DC

Black with #0455DC

Text Example


Text Example

White with #0455DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0455DC; }

 p { color: rgb(4,85,220); }

 H1.HeaderClassName
 {
   color: #0455DC;
 }
 .AnyTagClassName
 {
   color: #0455DC;
 }
</style>

background-color css

<style>
 a { background-color: #0455DC; }

 a { background-color: rgb(4,85,220); }

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

border-color css

<style>
 span { border-color: #0455DC; }

 span { border-color: rgb(4,85,220); }

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