Html Css Color HEX #0A0197 New Midnight Blue

📋 copy color: '#0A0197'

red 10 ◦ green 1 ◦ blue 151

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

Shades of New Midnight Blue #0A0197

Tints of New Midnight Blue #0A0197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 93.21%

R = 6.17%
G = 0.62%
B = 93.21%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A0197 (or 0x0A0197) is known color: New Midnight Blue. HEX triplet: 0A, 01 and 97. RGB value is (10,1,151). Sum of RGB (Red+Green+Blue) = 10+1+151=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 151 (59.38% from 255 or 93.21% from 162); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A0197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0197 is #F5FE68. Grayscale: #141414. Windows color (decimal): -16121449 or 9896202. OLE color: 9896202.

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

Color convert

RGB 10 1 151 -
CMYK 0.93 0.99 0 0.41
HSL 243.6º 0.99% 0.3% -
HSV(B) 243.6º 0.99% 0.59% -
XYZ 5.72 2.32 29.42 -
YUV 20.79 201.48 120.3 -
System Red Green Blue C M Y K H S L
Decimal 10 1 151 0.93 0.99 0 0.41 243.6 0.99 0.3
Hex A 1 97 5D 63 0 29 F4 63 1E
Octal 12 1 227 135 143 0 51 364 143 36
Binary 1010 1 10010111 1011101 1100011 0 101001 11110100 1100011 11110

Color Harmonies of #0A0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0197

Black with #0A0197

Text Example


Text Example

White with #0A0197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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