Html Css Color HEX #0A53CD Navy Blue

📋 copy color: '#0A53CD'

red 10 ◦ green 83 ◦ blue 205

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

Shades of Navy Blue #0A53CD

Tints of Navy Blue #0A53CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 3.36%
G = 27.85%
B = 68.79%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A53CD (or 0x0A53CD) is known color: Navy Blue. HEX triplet: 0A, 53 and CD. RGB value is (10,83,205). Sum of RGB (Red+Green+Blue) = 10+83+205=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A53CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A53CD is #F5AC32. Grayscale: #4A4A4A. Windows color (decimal): -16100403 or 13456138. OLE color: 13456138.

HSL color Cylindrical-coordinate representation of color #0A53CD: hue angle of 217.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A53CD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 83 205 -
CMYK 0.95 0.60 0 0.20
HSL 217.54º 0.91% 0.42% -
HSV(B) 217.54º 0.95% 0.8% -
XYZ 14.24 10.66 59.06 -
YUV 75.08 201.32 81.58 -
System Red Green Blue C M Y K H S L
Decimal 10 83 205 0.95 0.60 0 0.20 217.54 0.91 0.42
Hex A 53 CD 5F 3C 0 14 DA 5B 2A
Octal 12 123 315 137 74 0 24 332 133 52
Binary 1010 1010011 11001101 1011111 111100 0 10100 11011010 1011011 101010

Color Harmonies of #0A53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A53CD

Black with #0A53CD

Text Example


Text Example

White with #0A53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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