Html Css Color HEX #0053DC Navy Blue

📋 copy color: '#0053DC'

red 0 ◦ green 83 ◦ blue 220

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

Shades of Navy Blue #0053DC

Tints of Navy Blue #0053DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 0%
G = 27.39%
B = 72.61%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0053DC (or 0x0053DC) is known color: Navy Blue. HEX triplet: 00, 53 and DC. RGB value is (0,83,220). Sum of RGB (Red+Green+Blue) = 0+83+220=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #0053DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053DC is #FFAC23. Grayscale: #494949. Windows color (decimal): -16755748 or 14439168. OLE color: 14439168.

HSL color Cylindrical-coordinate representation of color #0053DC: hue angle of 217.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053DC is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 83 220 -
CMYK 1 0.62 0 0.14
HSL 217.36º 1% 0.43% -
HSV(B) 217.36º 1% 0.86% -
XYZ 16.01 11.35 69.06 -
YUV 73.8 210.5 75.36 -
System Red Green Blue C M Y K H S L
Decimal 0 83 220 1 0.62 0 0.14 217.36 1 0.43
Hex 0 53 DC 64 3E 0 E D9 64 2B
Octal 0 123 334 144 76 0 16 331 144 53
Binary 0 1010011 11011100 1100100 111110 0 1110 11011001 1100100 101011

Color Harmonies of #0053DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0053DC

Black with #0053DC

Text Example


Text Example

White with #0053DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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