Html Css Color HEX #0812AA New Midnight Blue

📋 copy color: '#0812AA'

red 8 ◦ green 18 ◦ blue 170

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

Shades of New Midnight Blue #0812AA

Tints of New Midnight Blue #0812AA

RGB

 RED value IS 8 (3.52% from 255) = 4.08%

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 170 (66.8% from 255) = 86.73%

R = 4.08%
G = 9.18%
B = 86.73%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0812AA (or 0x0812AA) is known color: New Midnight Blue. HEX triplet: 08, 12 and AA. RGB value is (8,18,170). Sum of RGB (Red+Green+Blue) = 8+18+170=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0812AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0812AA is #F7ED55. Grayscale: #1F1F1F. Windows color (decimal): -16248150 or 11145736. OLE color: 11145736.

HSL color Cylindrical-coordinate representation of color #0812AA: hue angle of 236.3º degrees, saturation: 0.91, 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 #0812AA is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 18 170 -
CMYK 0.95 0.89 0 0.33
HSL 236.3º 0.91% 0.35% -
HSV(B) 236.3º 0.95% 0.67% -
XYZ 7.57 3.39 38.28 -
YUV 32.34 205.69 110.64 -
System Red Green Blue C M Y K H S L
Decimal 8 18 170 0.95 0.89 0 0.33 236.3 0.91 0.35
Hex 8 12 AA 5F 59 0 21 EC 5B 23
Octal 10 22 252 137 131 0 41 354 133 43
Binary 1000 10010 10101010 1011111 1011001 0 100001 11101100 1011011 100011

Color Harmonies of #0812AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812AA

Black with #0812AA

Text Example


Text Example

White with #0812AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0812AA; }

 p { color: rgb(8,18,170); }

 H1.HeaderClassName
 {
   color: #0812AA;
 }
 .AnyTagClassName
 {
   color: #0812AA;
 }
</style>

background-color css

<style>
 a { background-color: #0812AA; }

 a { background-color: rgb(8,18,170); }

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

border-color css

<style>
 span { border-color: #0812AA; }

 span { border-color: rgb(8,18,170); }

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