Html Css Color HEX #0A005B Midnight Blue

📋 copy color: '#0A005B'

red 10 ◦ green 0 ◦ blue 91

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

Shades of Midnight Blue #0A005B

Tints of Midnight Blue #0A005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 90.1%

R = 9.9%
G = 0%
B = 90.1%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A005B (or 0x0A005B) is known color: Midnight Blue. HEX triplet: 0A, 00 and 5B. RGB value is (10,0,91). Sum of RGB (Red+Green+Blue) = 10+0+91=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A005B is #F5FFA4. Grayscale: #0D0D0D. Windows color (decimal): -16121765 or 5963786. OLE color: 5963786.

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

Color convert

RGB 10 0 91 -
CMYK 0.89 1 0 0.64
HSL 246.59º 1% 0.18% -
HSV(B) 246.59º 1% 0.36% -
XYZ 2.01 0.82 9.95 -
YUV 13.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 10 0 91 0.89 1 0 0.64 246.59 1 0.18
Hex A 0 5B 59 64 0 40 F7 64 12
Octal 12 0 133 131 144 0 100 367 144 22
Binary 1010 0 1011011 1011001 1100100 0 1000000 11110111 1100100 10010

Color Harmonies of #0A005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A005B

Black with #0A005B

Text Example


Text Example

White with #0A005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,91); }

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

background-color css

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

 a { background-color: rgb(10,0,91); }

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

border-color css

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

 span { border-color: rgb(10,0,91); }

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