Html Css Color HEX #0552CF Navy Blue

📋 copy color: '#0552CF'

red 5 ◦ green 82 ◦ blue 207

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

Shades of Navy Blue #0552CF

Tints of Navy Blue #0552CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.41%

R = 1.7%
G = 27.89%
B = 70.41%

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

#0552CF (or 0x0552CF) is known color: Navy Blue. HEX triplet: 05, 52 and CF. RGB value is (5,82,207). Sum of RGB (Red+Green+Blue) = 5+82+207=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #0552CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552CF is #FAAD30. Grayscale: #484848. Windows color (decimal): -16428337 or 13586949. OLE color: 13586949.

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

Color convert

RGB 5 82 207 -
CMYK 0.98 0.60 0 0.19
HSL 217.13º 0.95% 0.42% -
HSV(B) 217.13º 0.98% 0.81% -
XYZ 14.34 10.57 60.32 -
YUV 73.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 5 82 207 0.98 0.60 0 0.19 217.13 0.95 0.42
Hex 5 52 CF 62 3C 0 13 D9 5F 2A
Octal 5 122 317 142 74 0 23 331 137 52
Binary 101 1010010 11001111 1100010 111100 0 10011 11011001 1011111 101010

Color Harmonies of #0552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552CF

Black with #0552CF

Text Example


Text Example

White with #0552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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