Html Css Color HEX #120067 Midnight Blue

📋 copy color: '#120067'

red 18 ◦ green 0 ◦ blue 103

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

Shades of Midnight Blue #120067

Tints of Midnight Blue #120067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 85.12%

R = 14.88%
G = 0%
B = 85.12%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#120067 (or 0x120067) is known color: Midnight Blue. HEX triplet: 12, 00 and 67. RGB value is (18,0,103). Sum of RGB (Red+Green+Blue) = 18+0+103=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #120067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120067 is #EDFF98. Grayscale: #101010. Windows color (decimal): -15597465 or 6750226. OLE color: 6750226.

HSL color Cylindrical-coordinate representation of color #120067: hue angle of 250.49º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120067 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 0 103 -
CMYK 0.83 1 0 0.60
HSL 250.49º 1% 0.2% -
HSV(B) 250.49º 1% 0.4% -
XYZ 2.7 1.11 12.9 -
YUV 17.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 18 0 103 0.83 1 0 0.60 250.49 1 0.2
Hex 12 0 67 53 64 0 3C FA 64 14
Octal 22 0 147 123 144 0 74 372 144 24
Binary 10010 0 1100111 1010011 1100100 0 111100 11111010 1100100 10100

Color Harmonies of #120067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120067

Black with #120067

Text Example


Text Example

White with #120067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120067; }

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

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

background-color css

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

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

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

border-color css

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

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

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