Html Css Color HEX #0A0353 Midnight Blue

📋 copy color: '#0A0353'

red 10 ◦ green 3 ◦ blue 83

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

Shades of Midnight Blue #0A0353

Tints of Midnight Blue #0A0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

 BLUE value IS 83 (32.81% from 255) = 86.46%

R = 10.42%
G = 3.13%
B = 86.46%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A0353 (or 0x0A0353) is known color: Midnight Blue. HEX triplet: 0A, 03 and 53. RGB value is (10,3,83). Sum of RGB (Red+Green+Blue) = 10+3+83=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0353 is #F5FCAC. Grayscale: #0D0D0D. Windows color (decimal): -16121005 or 5440266. OLE color: 5440266.

HSL color Cylindrical-coordinate representation of color #0A0353: hue angle of 245.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0353 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 3 83 -
CMYK 0.88 0.96 0 0.67
HSL 245.25º 0.93% 0.17% -
HSV(B) 245.25º 0.96% 0.33% -
XYZ 1.72 0.75 8.24 -
YUV 14.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 10 3 83 0.88 0.96 0 0.67 245.25 0.93 0.17
Hex A 3 53 58 60 0 43 F5 5D 11
Octal 12 3 123 130 140 0 103 365 135 21
Binary 1010 11 1010011 1011000 1100000 0 1000011 11110101 1011101 10001

Color Harmonies of #0A0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0353

Black with #0A0353

Text Example


Text Example

White with #0A0353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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