Html Css Color HEX #0552DB Navy Blue

📋 copy color: '#0552DB'

red 5 ◦ green 82 ◦ blue 219

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

Shades of Navy Blue #0552DB

Tints of Navy Blue #0552DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.57%

R = 1.63%
G = 26.8%
B = 71.57%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0552DB (or 0x0552DB) is known color: Navy Blue. HEX triplet: 05, 52 and DB. RGB value is (5,82,219). Sum of RGB (Red+Green+Blue) = 5+82+219=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0552DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552DB is #FAAD24. Grayscale: #494949. Windows color (decimal): -16428325 or 14373381. OLE color: 14373381.

HSL color Cylindrical-coordinate representation of color #0552DB: hue angle of 218.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0552DB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 82 219 -
CMYK 0.98 0.63 0 0.14
HSL 218.41º 0.96% 0.44% -
HSV(B) 218.41º 0.98% 0.86% -
XYZ 15.87 11.18 68.34 -
YUV 74.6 209.49 78.36 -
System Red Green Blue C M Y K H S L
Decimal 5 82 219 0.98 0.63 0 0.14 218.41 0.96 0.44
Hex 5 52 DB 62 3F 0 E DA 60 2C
Octal 5 122 333 142 77 0 16 332 140 54
Binary 101 1010010 11011011 1100010 111111 0 1110 11011010 1100000 101100

Color Harmonies of #0552DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552DB

Black with #0552DB

Text Example


Text Example

White with #0552DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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