Html Css Color HEX #0A085D Midnight Blue

📋 copy color: '#0A085D'

red 10 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #0A085D

Tints of Midnight Blue #0A085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

 BLUE value IS 93 (36.72% from 255) = 83.78%

R = 9.01%
G = 7.21%
B = 83.78%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A085D (or 0x0A085D) is known color: Midnight Blue. HEX triplet: 0A, 08 and 5D. RGB value is (10,8,93). Sum of RGB (Red+Green+Blue) = 10+8+93=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A085D is #F5F7A2. Grayscale: #111111. Windows color (decimal): -16119715 or 6096906. OLE color: 6096906.

HSL color Cylindrical-coordinate representation of color #0A085D: hue angle of 241.41º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A085D is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 8 93 -
CMYK 0.89 0.91 0 0.64
HSL 241.41º 0.84% 0.2% -
HSV(B) 241.41º 0.91% 0.36% -
XYZ 2.19 1.03 10.44 -
YUV 18.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 10 8 93 0.89 0.91 0 0.64 241.41 0.84 0.2
Hex A 8 5D 59 5B 0 40 F1 54 14
Octal 12 10 135 131 133 0 100 361 124 24
Binary 1010 1000 1011101 1011001 1011011 0 1000000 11110001 1010100 10100

Color Harmonies of #0A085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A085D

Black with #0A085D

Text Example


Text Example

White with #0A085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,8,93); }

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

background-color css

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

 a { background-color: rgb(10,8,93); }

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

border-color css

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

 span { border-color: rgb(10,8,93); }

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