Html Css Color HEX #0A0162 Midnight Blue

📋 copy color: '#0A0162'

red 10 ◦ green 1 ◦ blue 98

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

Shades of Midnight Blue #0A0162

Tints of Midnight Blue #0A0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 98 (38.67% from 255) = 89.91%

R = 9.17%
G = 0.92%
B = 89.91%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A0162 (or 0x0A0162) is known color: Midnight Blue. HEX triplet: 0A, 01 and 62. RGB value is (10,1,98). Sum of RGB (Red+Green+Blue) = 10+1+98=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 98 (38.67% from 255 or 89.91% from 109); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A0162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0162 is #F5FE9D. Grayscale: #0E0E0E. Windows color (decimal): -16121502 or 6422794. OLE color: 6422794.

HSL color Cylindrical-coordinate representation of color #0A0162: hue angle of 245.57º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0162 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 1 98 -
CMYK 0.90 0.99 0 0.62
HSL 245.57º 0.98% 0.19% -
HSV(B) 245.57º 0.99% 0.38% -
XYZ 2.34 0.97 11.62 -
YUV 14.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 10 1 98 0.90 0.99 0 0.62 245.57 0.98 0.19
Hex A 1 62 5A 63 0 3E F6 62 13
Octal 12 1 142 132 143 0 76 366 142 23
Binary 1010 1 1100010 1011010 1100011 0 111110 11110110 1100010 10011

Color Harmonies of #0A0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0162

Black with #0A0162

Text Example


Text Example

White with #0A0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,1,98); }

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

background-color css

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

 a { background-color: rgb(10,1,98); }

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

border-color css

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

 span { border-color: rgb(10,1,98); }

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