Html Css Color HEX #0053C9 Navy Blue

📋 copy color: '#0053C9'

red 0 ◦ green 83 ◦ blue 201

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

Shades of Navy Blue #0053C9

Tints of Navy Blue #0053C9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 201 (78.91% from 255) = 70.77%

R = 0%
G = 29.23%
B = 70.77%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0053C9 (or 0x0053C9) is known color: Navy Blue. HEX triplet: 00, 53 and C9. RGB value is (0,83,201). Sum of RGB (Red+Green+Blue) = 0+83+201=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #0053C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053C9 is #FFAC36. Grayscale: #474747. Windows color (decimal): -16755767 or 13193984. OLE color: 13193984.

HSL color Cylindrical-coordinate representation of color #0053C9: hue angle of 215.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053C9 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 83 201 -
CMYK 1 0.59 0 0.21
HSL 215.22º 1% 0.39% -
HSV(B) 215.22º 1% 0.79% -
XYZ 13.64 10.4 56.55 -
YUV 71.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 0 83 201 1 0.59 0 0.21 215.22 1 0.39
Hex 0 53 C9 64 3B 0 15 D7 64 27
Octal 0 123 311 144 73 0 25 327 144 47
Binary 0 1010011 11001001 1100100 111011 0 10101 11010111 1100100 100111

Color Harmonies of #0053C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0053C9

Black with #0053C9

Text Example


Text Example

White with #0053C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0053C9; }

 p { color: rgb(0,83,201); }

 H1.HeaderClassName
 {
   color: #0053C9;
 }
 .AnyTagClassName
 {
   color: #0053C9;
 }
</style>

background-color css

<style>
 a { background-color: #0053C9; }

 a { background-color: rgb(0,83,201); }

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

border-color css

<style>
 span { border-color: #0053C9; }

 span { border-color: rgb(0,83,201); }

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