Html Css Color HEX #121062 Midnight Blue

📋 copy color: '#121062'

red 18 ◦ green 16 ◦ blue 98

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

Shades of Midnight Blue #121062

Tints of Midnight Blue #121062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 74.24%

R = 13.64%
G = 12.12%
B = 74.24%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121062 (or 0x121062) is known color: Midnight Blue. HEX triplet: 12, 10 and 62. RGB value is (18,16,98). Sum of RGB (Red+Green+Blue) = 18+16+98=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #121062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121062 is #EDEF9D. Grayscale: #191919. Windows color (decimal): -15593374 or 6426642. OLE color: 6426642.

HSL color Cylindrical-coordinate representation of color #121062: hue angle of 241.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121062 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 16 98 -
CMYK 0.82 0.84 0 0.62
HSL 241.46º 0.72% 0.22% -
HSV(B) 241.46º 0.84% 0.38% -
XYZ 2.64 1.38 11.68 -
YUV 25.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 18 16 98 0.82 0.84 0 0.62 241.46 0.72 0.22
Hex 12 10 62 52 54 0 3E F1 48 16
Octal 22 20 142 122 124 0 76 361 110 26
Binary 10010 10000 1100010 1010010 1010100 0 111110 11110001 1001000 10110

Color Harmonies of #121062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121062

Black with #121062

Text Example


Text Example

White with #121062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121062; }

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

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

background-color css

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

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

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

border-color css

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

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

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