Html Css Color HEX #0455EF Navy Blue

📋 copy color: '#0455EF'

red 4 ◦ green 85 ◦ blue 239

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

Shades of Navy Blue #0455EF

Tints of Navy Blue #0455EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 1.22%
G = 25.91%
B = 72.87%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0455EF (or 0x0455EF) is known color: Navy Blue. HEX triplet: 04, 55 and EF. RGB value is (4,85,239). Sum of RGB (Red+Green+Blue) = 4+85+239=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0455EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0455EF is #FBAA10. Grayscale: #4D4D4D. Windows color (decimal): -16493073 or 15684868. OLE color: 15684868.

HSL color Cylindrical-coordinate representation of color #0455EF: hue angle of 219.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0455EF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 85 239 -
CMYK 0.98 0.64 0 0.06
HSL 219.32º 0.97% 0.48% -
HSV(B) 219.32º 0.98% 0.94% -
XYZ 18.88 12.75 83.13 -
YUV 78.34 218.66 74.98 -
System Red Green Blue C M Y K H S L
Decimal 4 85 239 0.98 0.64 0 0.06 219.32 0.97 0.48
Hex 4 55 EF 62 40 0 6 DB 61 30
Octal 4 125 357 142 100 0 6 333 141 60
Binary 100 1010101 11101111 1100010 1000000 0 110 11011011 1100001 110000

Color Harmonies of #0455EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0455EF

Black with #0455EF

Text Example


Text Example

White with #0455EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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