Html Css Color HEX #0553CB Navy Blue

📋 copy color: '#0553CB'

red 5 ◦ green 83 ◦ blue 203

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

Shades of Navy Blue #0553CB

Tints of Navy Blue #0553CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 1.72%
G = 28.52%
B = 69.76%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0553CB (or 0x0553CB) is known color: Navy Blue. HEX triplet: 05, 53 and CB. RGB value is (5,83,203). Sum of RGB (Red+Green+Blue) = 5+83+203=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #0553CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553CB is #FAAC34. Grayscale: #484848. Windows color (decimal): -16428085 or 13325061. OLE color: 13325061.

HSL color Cylindrical-coordinate representation of color #0553CB: hue angle of 216.36º 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 #0553CB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 83 203 -
CMYK 0.98 0.59 0 0.20
HSL 216.36º 0.95% 0.41% -
HSV(B) 216.36º 0.98% 0.8% -
XYZ 13.94 10.53 57.8 -
YUV 73.36 201.16 79.24 -
System Red Green Blue C M Y K H S L
Decimal 5 83 203 0.98 0.59 0 0.20 216.36 0.95 0.41
Hex 5 53 CB 62 3B 0 14 D8 5F 29
Octal 5 123 313 142 73 0 24 330 137 51
Binary 101 1010011 11001011 1100010 111011 0 10100 11011000 1011111 101001

Color Harmonies of #0553CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553CB

Black with #0553CB

Text Example


Text Example

White with #0553CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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