Html Css Color HEX #0A09AC New Midnight Blue

📋 copy color: '#0A09AC'

red 10 ◦ green 9 ◦ blue 172

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

Shades of New Midnight Blue #0A09AC

Tints of New Midnight Blue #0A09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

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

R = 5.24%
G = 4.71%
B = 90.05%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A09AC (or 0x0A09AC) is known color: New Midnight Blue. HEX triplet: 0A, 09 and AC. RGB value is (10,9,172). Sum of RGB (Red+Green+Blue) = 10+9+172=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 172 (67.58% from 255 or 90.05% from 191); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A09AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A09AC is #F5F653. Grayscale: #1B1B1B. Windows color (decimal): -16119380 or 11274506. OLE color: 11274506.

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

Color convert

RGB 10 9 172 -
CMYK 0.94 0.95 0 0.33
HSL 240.37º 0.9% 0.35% -
HSV(B) 240.37º 0.95% 0.67% -
XYZ 7.67 3.24 39.25 -
YUV 27.88 209.33 115.25 -
System Red Green Blue C M Y K H S L
Decimal 10 9 172 0.94 0.95 0 0.33 240.37 0.9 0.35
Hex A 9 AC 5E 5F 0 21 F0 5A 23
Octal 12 11 254 136 137 0 41 360 132 43
Binary 1010 1001 10101100 1011110 1011111 0 100001 11110000 1011010 100011

Color Harmonies of #0A09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A09AC

Black with #0A09AC

Text Example


Text Example

White with #0A09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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