Html Css Color HEX #0552CE Navy Blue

📋 copy color: '#0552CE'

red 5 ◦ green 82 ◦ blue 206

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

Shades of Navy Blue #0552CE

Tints of Navy Blue #0552CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 1.71%
G = 27.99%
B = 70.31%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0552CE (or 0x0552CE) is known color: Navy Blue. HEX triplet: 05, 52 and CE. RGB value is (5,82,206). Sum of RGB (Red+Green+Blue) = 5+82+206=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #0552CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552CE is #FAAD31. Grayscale: #484848. Windows color (decimal): -16428338 or 13521413. OLE color: 13521413.

HSL color Cylindrical-coordinate representation of color #0552CE: hue angle of 217.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0552CE is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 82 206 -
CMYK 0.98 0.60 0 0.19
HSL 217.01º 0.95% 0.41% -
HSV(B) 217.01º 0.98% 0.81% -
XYZ 14.22 10.52 59.67 -
YUV 73.11 202.99 79.42 -
System Red Green Blue C M Y K H S L
Decimal 5 82 206 0.98 0.60 0 0.19 217.01 0.95 0.41
Hex 5 52 CE 62 3C 0 13 D9 5F 29
Octal 5 122 316 142 74 0 23 331 137 51
Binary 101 1010010 11001110 1100010 111100 0 10011 11011001 1011111 101001

Color Harmonies of #0552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552CE

Black with #0552CE

Text Example


Text Example

White with #0552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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