Html Css Color HEX #0555EF Navy Blue

📋 copy color: '#0555EF'

red 5 ◦ green 85 ◦ blue 239

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

Shades of Navy Blue #0555EF

Tints of Navy Blue #0555EF

RGB

 RED value IS 5 (2.34% from 255) = 1.52%

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

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

R = 1.52%
G = 25.84%
B = 72.64%

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

#0555EF (or 0x0555EF) is known color: Navy Blue. HEX triplet: 05, 55 and EF. RGB value is (5,85,239). Sum of RGB (Red+Green+Blue) = 5+85+239=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #0555EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0555EF is #FAAA10. Grayscale: #4D4D4D. Windows color (decimal): -16427537 or 15684869. OLE color: 15684869.

HSL color Cylindrical-coordinate representation of color #0555EF: hue angle of 219.49º degrees, saturation: 0.96, 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 #0555EF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 85 239 -
CMYK 0.98 0.64 0 0.06
HSL 219.49º 0.96% 0.48% -
HSV(B) 219.49º 0.98% 0.94% -
XYZ 18.89 12.76 83.13 -
YUV 78.64 218.5 75.48 -
System Red Green Blue C M Y K H S L
Decimal 5 85 239 0.98 0.64 0 0.06 219.49 0.96 0.48
Hex 5 55 EF 62 40 0 6 DB 60 30
Octal 5 125 357 142 100 0 6 333 140 60
Binary 101 1010101 11101111 1100010 1000000 0 110 11011011 1100000 110000

Color Harmonies of #0555EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555EF

Black with #0555EF

Text Example


Text Example

White with #0555EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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