Html Css Color HEX #121462 Midnight Blue

📋 copy color: '#121462'

red 18 ◦ green 20 ◦ blue 98

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

Shades of Midnight Blue #121462

Tints of Midnight Blue #121462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

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

R = 13.24%
G = 14.71%
B = 72.06%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121462 (or 0x121462) is known color: Midnight Blue. HEX triplet: 12, 14 and 62. RGB value is (18,20,98). Sum of RGB (Red+Green+Blue) = 18+20+98=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #121462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121462 is #EDEB9D. Grayscale: #1B1B1B. Windows color (decimal): -15592350 or 6427666. OLE color: 6427666.

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

Color convert

RGB 18 20 98 -
CMYK 0.82 0.80 0 0.62
HSL 238.5º 0.69% 0.23% -
HSV(B) 238.5º 0.82% 0.38% -
XYZ 2.7 1.51 11.7 -
YUV 28.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 18 20 98 0.82 0.80 0 0.62 238.5 0.69 0.23
Hex 12 14 62 52 50 0 3E EE 45 17
Octal 22 24 142 122 120 0 76 356 105 27
Binary 10010 10100 1100010 1010010 1010000 0 111110 11101110 1000101 10111

Color Harmonies of #121462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121462

Black with #121462

Text Example


Text Example

White with #121462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121462; }

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

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

background-color css

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

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

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

border-color css

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

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

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