Html Css Color HEX #0012AB New Midnight Blue

📋 copy color: '#0012AB'

red 0 ◦ green 18 ◦ blue 171

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

Shades of New Midnight Blue #0012AB

Tints of New Midnight Blue #0012AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 171 (67.19% from 255) = 90.48%

R = 0%
G = 9.52%
B = 90.48%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0012AB (or 0x0012AB) is known color: New Midnight Blue. HEX triplet: 00, 12 and AB. RGB value is (0,18,171). Sum of RGB (Red+Green+Blue) = 0+18+171=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 171 (67.19% from 255 or 90.48% from 189); Max value from RGB is 171 - color contains mainly: blue. Hex color #0012AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0012AB is #FFED54. Grayscale: #1D1D1D. Windows color (decimal): -16772437 or 11211264. OLE color: 11211264.

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

Color convert

RGB 0 18 171 -
CMYK 1 0.89 0 0.33
HSL 233.68º 1% 0.34% -
HSV(B) 233.68º 1% 0.67% -
XYZ 7.57 3.37 38.78 -
YUV 30.06 207.54 106.56 -
System Red Green Blue C M Y K H S L
Decimal 0 18 171 1 0.89 0 0.33 233.68 1 0.34
Hex 0 12 AB 64 59 0 21 EA 64 22
Octal 0 22 253 144 131 0 41 352 144 42
Binary 0 10010 10101011 1100100 1011001 0 100001 11101010 1100100 100010

Color Harmonies of #0012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0012AB

Black with #0012AB

Text Example


Text Example

White with #0012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0012AB; }

 p { color: rgb(0,18,171); }

 H1.HeaderClassName
 {
   color: #0012AB;
 }
 .AnyTagClassName
 {
   color: #0012AB;
 }
</style>

background-color css

<style>
 a { background-color: #0012AB; }

 a { background-color: rgb(0,18,171); }

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

border-color css

<style>
 span { border-color: #0012AB; }

 span { border-color: rgb(0,18,171); }

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