Html Css Color HEX #0A019A New Midnight Blue

📋 copy color: '#0A019A'

red 10 ◦ green 1 ◦ blue 154

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

Shades of New Midnight Blue #0A019A

Tints of New Midnight Blue #0A019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 93.33%

R = 6.06%
G = 0.61%
B = 93.33%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A019A (or 0x0A019A) is known color: New Midnight Blue. HEX triplet: 0A, 01 and 9A. RGB value is (10,1,154). Sum of RGB (Red+Green+Blue) = 10+1+154=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 154 (60.55% from 255 or 93.33% from 165); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A019A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A019A is #F5FE65. Grayscale: #141414. Windows color (decimal): -16121446 or 10092810. OLE color: 10092810.

HSL color Cylindrical-coordinate representation of color #0A019A: hue angle of 243.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A019A is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 1 154 -
CMYK 0.94 0.99 0 0.40
HSL 243.53º 0.99% 0.3% -
HSV(B) 243.53º 0.99% 0.6% -
XYZ 5.97 2.42 30.72 -
YUV 21.13 202.98 120.06 -
System Red Green Blue C M Y K H S L
Decimal 10 1 154 0.94 0.99 0 0.40 243.53 0.99 0.3
Hex A 1 9A 5E 63 0 28 F4 63 1E
Octal 12 1 232 136 143 0 50 364 143 36
Binary 1010 1 10011010 1011110 1100011 0 101000 11110100 1100011 11110

Color Harmonies of #0A019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A019A

Black with #0A019A

Text Example


Text Example

White with #0A019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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