Html Css Color HEX #0A005E Midnight Blue

📋 copy color: '#0A005E'

red 10 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #0A005E

Tints of Midnight Blue #0A005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 90.38%

R = 9.62%
G = 0%
B = 90.38%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A005E (or 0x0A005E) is known color: Midnight Blue. HEX triplet: 0A, 00 and 5E. RGB value is (10,0,94). Sum of RGB (Red+Green+Blue) = 10+0+94=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 94 (37.11% from 255 or 90.38% from 104); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A005E is #F5FFA1. Grayscale: #0D0D0D. Windows color (decimal): -16121762 or 6160394. OLE color: 6160394.

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

Color convert

RGB 10 0 94 -
CMYK 0.89 1 0 0.63
HSL 246.38º 1% 0.18% -
HSV(B) 246.38º 1% 0.37% -
XYZ 2.15 0.87 10.65 -
YUV 13.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 10 0 94 0.89 1 0 0.63 246.38 1 0.18
Hex A 0 5E 59 64 0 3F F6 64 12
Octal 12 0 136 131 144 0 77 366 144 22
Binary 1010 0 1011110 1011001 1100100 0 111111 11110110 1100100 10010

Color Harmonies of #0A005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A005E

Black with #0A005E

Text Example


Text Example

White with #0A005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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