Html Css Color HEX #0A029F New Midnight Blue

📋 copy color: '#0A029F'

red 10 ◦ green 2 ◦ blue 159

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

Shades of New Midnight Blue #0A029F

Tints of New Midnight Blue #0A029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 159 (62.5% from 255) = 92.98%

R = 5.85%
G = 1.17%
B = 92.98%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A029F (or 0x0A029F) is known color: New Midnight Blue. HEX triplet: 0A, 02 and 9F. RGB value is (10,2,159). Sum of RGB (Red+Green+Blue) = 10+2+159=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A029F is #F5FD60. Grayscale: #151515. Windows color (decimal): -16121185 or 10420746. OLE color: 10420746.

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

Color convert

RGB 10 2 159 -
CMYK 0.94 0.99 0 0.38
HSL 243.06º 0.98% 0.32% -
HSV(B) 243.06º 0.99% 0.62% -
XYZ 6.4 2.61 32.97 -
YUV 22.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 10 2 159 0.94 0.99 0 0.38 243.06 0.98 0.32
Hex A 2 9F 5E 63 0 26 F3 62 20
Octal 12 2 237 136 143 0 46 363 142 40
Binary 1010 10 10011111 1011110 1100011 0 100110 11110011 1100010 100000

Color Harmonies of #0A029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A029F

Black with #0A029F

Text Example


Text Example

White with #0A029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,2,159); }

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

background-color css

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

 a { background-color: rgb(10,2,159); }

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

border-color css

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

 span { border-color: rgb(10,2,159); }

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