Html Css Color HEX #0553CC Navy Blue

📋 copy color: '#0553CC'

red 5 ◦ green 83 ◦ blue 204

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

Shades of Navy Blue #0553CC

Tints of Navy Blue #0553CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.86%

R = 1.71%
G = 28.42%
B = 69.86%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0553CC (or 0x0553CC) is known color: Navy Blue. HEX triplet: 05, 53 and CC. RGB value is (5,83,204). Sum of RGB (Red+Green+Blue) = 5+83+204=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #0553CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553CC is #FAAC33. Grayscale: #484848. Windows color (decimal): -16428084 or 13390597. OLE color: 13390597.

HSL color Cylindrical-coordinate representation of color #0553CC: hue angle of 216.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553CC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 83 204 -
CMYK 0.98 0.59 0 0.2
HSL 216.48º 0.95% 0.41% -
HSV(B) 216.48º 0.98% 0.8% -
XYZ 14.05 10.58 58.43 -
YUV 73.47 201.66 79.16 -
System Red Green Blue C M Y K H S L
Decimal 5 83 204 0.98 0.59 0 0.2 216.48 0.95 0.41
Hex 5 53 CC 62 3B 0 14 D8 5F 29
Octal 5 123 314 142 73 0 24 330 137 51
Binary 101 1010011 11001100 1100010 111011 0 10100 11011000 1011111 101001

Color Harmonies of #0553CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553CC

Black with #0553CC

Text Example


Text Example

White with #0553CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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