Html Css Color HEX #0553EF Navy Blue

📋 copy color: '#0553EF'

red 5 ◦ green 83 ◦ blue 239

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

Shades of Navy Blue #0553EF

Tints of Navy Blue #0553EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

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

R = 1.53%
G = 25.38%
B = 73.09%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0553EF (or 0x0553EF) is known color: Navy Blue. HEX triplet: 05, 53 and EF. RGB value is (5,83,239). Sum of RGB (Red+Green+Blue) = 5+83+239=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #0553EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553EF is #FAAC10. Grayscale: #4C4C4C. Windows color (decimal): -16428049 or 15684357. OLE color: 15684357.

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

Color convert

RGB 5 83 239 -
CMYK 0.98 0.65 0 0.06
HSL 220º 0.96% 0.48% -
HSV(B) 220º 0.98% 0.94% -
XYZ 18.74 12.45 83.08 -
YUV 77.46 219.16 76.32 -
System Red Green Blue C M Y K H S L
Decimal 5 83 239 0.98 0.65 0 0.06 220 0.96 0.48
Hex 5 53 EF 62 41 0 6 DC 60 30
Octal 5 123 357 142 101 0 6 334 140 60
Binary 101 1010011 11101111 1100010 1000001 0 110 11011100 1100000 110000

Color Harmonies of #0553EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553EF

Black with #0553EF

Text Example


Text Example

White with #0553EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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