Html Css Color HEX #0A029D New Midnight Blue

📋 copy color: '#0A029D'

red 10 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #0A029D

Tints of New Midnight Blue #0A029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 92.9%

R = 5.92%
G = 1.18%
B = 92.9%

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

#0A029D (or 0x0A029D) is known color: New Midnight Blue. HEX triplet: 0A, 02 and 9D. RGB value is (10,2,157). Sum of RGB (Red+Green+Blue) = 10+2+157=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 157 (61.72% from 255 or 92.90% from 169); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A029D is #F5FD62. Grayscale: #151515. Windows color (decimal): -16121187 or 10289674. OLE color: 10289674.

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

Color convert

RGB 10 2 157 -
CMYK 0.94 0.99 0 0.38
HSL 243.1º 0.97% 0.31% -
HSV(B) 243.1º 0.99% 0.62% -
XYZ 6.23 2.54 32.06 -
YUV 22.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 10 2 157 0.94 0.99 0 0.38 243.1 0.97 0.31
Hex A 2 9D 5E 63 0 26 F3 61 1F
Octal 12 2 235 136 143 0 46 363 141 37
Binary 1010 10 10011101 1011110 1100011 0 100110 11110011 1100001 11111

Color Harmonies of #0A029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A029D

Black with #0A029D

Text Example


Text Example

White with #0A029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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