Html Css Color HEX #0455CB Navy Blue

📋 copy color: '#0455CB'

red 4 ◦ green 85 ◦ blue 203

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

Shades of Navy Blue #0455CB

Tints of Navy Blue #0455CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.52%

R = 1.37%
G = 29.11%
B = 69.52%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0455CB (or 0x0455CB) is known color: Navy Blue. HEX triplet: 04, 55 and CB. RGB value is (4,85,203). Sum of RGB (Red+Green+Blue) = 4+85+203=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0455CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455CB is #FBAA34. Grayscale: #494949. Windows color (decimal): -16493109 or 13325572. OLE color: 13325572.

HSL color Cylindrical-coordinate representation of color #0455CB: hue angle of 215.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0455CB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 85 203 -
CMYK 0.98 0.58 0 0.20
HSL 215.58º 0.96% 0.41% -
HSV(B) 215.58º 0.98% 0.8% -
XYZ 14.08 10.83 57.85 -
YUV 74.23 200.66 77.91 -
System Red Green Blue C M Y K H S L
Decimal 4 85 203 0.98 0.58 0 0.20 215.58 0.96 0.41
Hex 4 55 CB 62 3A 0 14 D8 60 29
Octal 4 125 313 142 72 0 24 330 140 51
Binary 100 1010101 11001011 1100010 111010 0 10100 11011000 1100000 101001

Color Harmonies of #0455CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0455CB

Black with #0455CB

Text Example


Text Example

White with #0455CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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