Html Css Color HEX #121067 Midnight Blue

📋 copy color: '#121067'

red 18 ◦ green 16 ◦ blue 103

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

Shades of Midnight Blue #121067

Tints of Midnight Blue #121067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 13.14%
G = 11.68%
B = 75.18%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#121067 (or 0x121067) is known color: Midnight Blue. HEX triplet: 12, 10 and 67. RGB value is (18,16,103). Sum of RGB (Red+Green+Blue) = 18+16+103=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #121067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121067 is #EDEF98. Grayscale: #1A1A1A. Windows color (decimal): -15593369 or 6754322. OLE color: 6754322.

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

Color convert

RGB 18 16 103 -
CMYK 0.83 0.84 0 0.60
HSL 241.38º 0.73% 0.23% -
HSV(B) 241.38º 0.84% 0.4% -
XYZ 2.88 1.48 12.97 -
YUV 26.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 18 16 103 0.83 0.84 0 0.60 241.38 0.73 0.23
Hex 12 10 67 53 54 0 3C F1 49 17
Octal 22 20 147 123 124 0 74 361 111 27
Binary 10010 10000 1100111 1010011 1010100 0 111100 11110001 1001001 10111

Color Harmonies of #121067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121067

Black with #121067

Text Example


Text Example

White with #121067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121067; }

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

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

background-color css

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

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

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

border-color css

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

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

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