Html Css Color HEX #0012A3 New Midnight Blue

📋 copy color: '#0012A3'

red 0 ◦ green 18 ◦ blue 163

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

Shades of New Midnight Blue #0012A3

Tints of New Midnight Blue #0012A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 90.06%

R = 0%
G = 9.94%
B = 90.06%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0012A3 (or 0x0012A3) is known color: New Midnight Blue. HEX triplet: 00, 12 and A3. RGB value is (0,18,163). Sum of RGB (Red+Green+Blue) = 0+18+163=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #0012A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0012A3 is #FFED5C. Grayscale: #1C1C1C. Windows color (decimal): -16772445 or 10686976. OLE color: 10686976.

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

Color convert

RGB 0 18 163 -
CMYK 1 0.89 0 0.36
HSL 233.37º 1% 0.32% -
HSV(B) 233.37º 1% 0.64% -
XYZ 6.83 3.08 34.88 -
YUV 29.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 0 18 163 1 0.89 0 0.36 233.37 1 0.32
Hex 0 12 A3 64 59 0 24 E9 64 20
Octal 0 22 243 144 131 0 44 351 144 40
Binary 0 10010 10100011 1100100 1011001 0 100100 11101001 1100100 100000

Color Harmonies of #0012A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0012A3

Black with #0012A3

Text Example


Text Example

White with #0012A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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