Html Css Color HEX #12066E Midnight Blue

📋 copy color: '#12066E'

red 18 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #12066E

Tints of Midnight Blue #12066E

RGB

 RED value IS 18 (7.42% from 255) = 13.43%

 GREEN value IS 6 (2.73% from 255) = 4.48%

 BLUE value IS 110 (43.36% from 255) = 82.09%

R = 13.43%
G = 4.48%
B = 82.09%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12066E (or 0x12066E) is known color: Midnight Blue. HEX triplet: 12, 06 and 6E. RGB value is (18,6,110). Sum of RGB (Red+Green+Blue) = 18+6+110=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #12066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12066E is #EDF991. Grayscale: #151515. Windows color (decimal): -15595922 or 7210514. OLE color: 7210514.

HSL color Cylindrical-coordinate representation of color #12066E: hue angle of 246.92º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12066E is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 6 110 -
CMYK 0.84 0.95 0 0.57
HSL 246.92º 0.9% 0.23% -
HSV(B) 246.92º 0.95% 0.43% -
XYZ 3.13 1.38 14.85 -
YUV 21.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 18 6 110 0.84 0.95 0 0.57 246.92 0.9 0.23
Hex 12 6 6E 54 5F 0 39 F7 5A 17
Octal 22 6 156 124 137 0 71 367 132 27
Binary 10010 110 1101110 1010100 1011111 0 111001 11110111 1011010 10111

Color Harmonies of #12066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12066E

Black with #12066E

Text Example


Text Example

White with #12066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12066E; }

 p { color: rgb(18,6,110); }

 H1.HeaderClassName
 {
   color: #12066E;
 }
 .AnyTagClassName
 {
   color: #12066E;
 }
</style>

background-color css

<style>
 a { background-color: #12066E; }

 a { background-color: rgb(18,6,110); }

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

border-color css

<style>
 span { border-color: #12066E; }

 span { border-color: rgb(18,6,110); }

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