Html Css Color HEX #0A0355 Midnight Blue

📋 copy color: '#0A0355'

red 10 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #0A0355

Tints of Midnight Blue #0A0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 86.73%

R = 10.2%
G = 3.06%
B = 86.73%

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

#0A0355 (or 0x0A0355) is known color: Midnight Blue. HEX triplet: 0A, 03 and 55. RGB value is (10,3,85). Sum of RGB (Red+Green+Blue) = 10+3+85=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 85 (33.59% from 255 or 86.73% from 98); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A0355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0355 is #F5FCAA. Grayscale: #0E0E0E. Windows color (decimal): -16121003 or 5571338. OLE color: 5571338.

HSL color Cylindrical-coordinate representation of color #0A0355: hue angle of 245.12º 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 #0A0355 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 3 85 -
CMYK 0.88 0.96 0 0.67
HSL 245.12º 0.93% 0.17% -
HSV(B) 245.12º 0.96% 0.33% -
XYZ 1.8 0.79 8.65 -
YUV 14.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 10 3 85 0.88 0.96 0 0.67 245.12 0.93 0.17
Hex A 3 55 58 60 0 43 F5 5D 11
Octal 12 3 125 130 140 0 103 365 135 21
Binary 1010 11 1010101 1011000 1100000 0 1000011 11110101 1011101 10001

Color Harmonies of #0A0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0355

Black with #0A0355

Text Example


Text Example

White with #0A0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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