Html Css Color HEX #0A53DD Navy Blue

📋 copy color: '#0A53DD'

red 10 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #0A53DD

Tints of Navy Blue #0A53DD

RGB

 RED value IS 10 (4.3% from 255) = 3.18%

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

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 3.18%
G = 26.43%
B = 70.38%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A53DD (or 0x0A53DD) is known color: Navy Blue. HEX triplet: 0A, 53 and DD. RGB value is (10,83,221). Sum of RGB (Red+Green+Blue) = 10+83+221=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A53DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A53DD is #F5AC22. Grayscale: #4C4C4C. Windows color (decimal): -16100387 or 14504714. OLE color: 14504714.

HSL color Cylindrical-coordinate representation of color #0A53DD: hue angle of 219.24º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A53DD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 83 221 -
CMYK 0.95 0.62 0 0.13
HSL 219.24º 0.91% 0.45% -
HSV(B) 219.24º 0.95% 0.87% -
XYZ 16.27 11.47 69.76 -
YUV 76.91 209.32 80.28 -
System Red Green Blue C M Y K H S L
Decimal 10 83 221 0.95 0.62 0 0.13 219.24 0.91 0.45
Hex A 53 DD 5F 3E 0 D DB 5B 2D
Octal 12 123 335 137 76 0 15 333 133 55
Binary 1010 1010011 11011101 1011111 111110 0 1101 11011011 1011011 101101

Color Harmonies of #0A53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A53DD

Black with #0A53DD

Text Example


Text Example

White with #0A53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A53DD; }

 p { color: rgb(10,83,221); }

 H1.HeaderClassName
 {
   color: #0A53DD;
 }
 .AnyTagClassName
 {
   color: #0A53DD;
 }
</style>

background-color css

<style>
 a { background-color: #0A53DD; }

 a { background-color: rgb(10,83,221); }

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

border-color css

<style>
 span { border-color: #0A53DD; }

 span { border-color: rgb(10,83,221); }

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