Html Css Color HEX #0552EF Navy Blue

📋 copy color: '#0552EF'

red 5 ◦ green 82 ◦ blue 239

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

Shades of Navy Blue #0552EF

Tints of Navy Blue #0552EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

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

R = 1.53%
G = 25.15%
B = 73.31%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0552EF (or 0x0552EF) is known color: Navy Blue. HEX triplet: 05, 52 and EF. RGB value is (5,82,239). Sum of RGB (Red+Green+Blue) = 5+82+239=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #0552EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0552EF is #FAAD10. Grayscale: #4C4C4C. Windows color (decimal): -16428305 or 15684101. OLE color: 15684101.

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

Color convert

RGB 5 82 239 -
CMYK 0.98 0.66 0 0.06
HSL 220.26º 0.96% 0.48% -
HSV(B) 220.26º 0.98% 0.94% -
XYZ 18.66 12.3 83.05 -
YUV 76.88 219.49 76.73 -
System Red Green Blue C M Y K H S L
Decimal 5 82 239 0.98 0.66 0 0.06 220.26 0.96 0.48
Hex 5 52 EF 62 42 0 6 DC 60 30
Octal 5 122 357 142 102 0 6 334 140 60
Binary 101 1010010 11101111 1100010 1000010 0 110 11011100 1100000 110000

Color Harmonies of #0552EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552EF

Black with #0552EF

Text Example


Text Example

White with #0552EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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