Html Css Color HEX #0A02AC New Midnight Blue

📋 copy color: '#0A02AC'

red 10 ◦ green 2 ◦ blue 172

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

Shades of New Midnight Blue #0A02AC

Tints of New Midnight Blue #0A02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 93.48%

R = 5.43%
G = 1.09%
B = 93.48%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A02AC (or 0x0A02AC) is known color: New Midnight Blue. HEX triplet: 0A, 02 and AC. RGB value is (10,2,172). Sum of RGB (Red+Green+Blue) = 10+2+172=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 172 (67.58% from 255 or 93.48% from 184); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A02AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A02AC is #F5FD53. Grayscale: #171717. Windows color (decimal): -16121172 or 11272714. OLE color: 11272714.

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

Color convert

RGB 10 2 172 -
CMYK 0.94 0.99 0 0.33
HSL 242.82º 0.98% 0.34% -
HSV(B) 242.82º 0.99% 0.67% -
XYZ 7.59 3.09 39.23 -
YUV 23.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 10 2 172 0.94 0.99 0 0.33 242.82 0.98 0.34
Hex A 2 AC 5E 63 0 21 F3 62 22
Octal 12 2 254 136 143 0 41 363 142 42
Binary 1010 10 10101100 1011110 1100011 0 100001 11110011 1100010 100010

Color Harmonies of #0A02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A02AC

Black with #0A02AC

Text Example


Text Example

White with #0A02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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