Html Css Color HEX #121762 Midnight Blue

📋 copy color: '#121762'

red 18 ◦ green 23 ◦ blue 98

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

Shades of Midnight Blue #121762

Tints of Midnight Blue #121762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 12.95%
G = 16.55%
B = 70.5%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121762 (or 0x121762) is known color: Midnight Blue. HEX triplet: 12, 17 and 62. RGB value is (18,23,98). Sum of RGB (Red+Green+Blue) = 18+23+98=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #121762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121762 is #EDE89D. Grayscale: #1D1D1D. Windows color (decimal): -15591582 or 6428434. OLE color: 6428434.

HSL color Cylindrical-coordinate representation of color #121762: hue angle of 236.25º 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 #121762 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 23 98 -
CMYK 0.82 0.77 0 0.62
HSL 236.25º 0.69% 0.23% -
HSV(B) 236.25º 0.82% 0.38% -
XYZ 2.76 1.62 11.72 -
YUV 30.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 18 23 98 0.82 0.77 0 0.62 236.25 0.69 0.23
Hex 12 17 62 52 4D 0 3E EC 45 17
Octal 22 27 142 122 115 0 76 354 105 27
Binary 10010 10111 1100010 1010010 1001101 0 111110 11101100 1000101 10111

Color Harmonies of #121762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121762

Black with #121762

Text Example


Text Example

White with #121762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121762; }

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

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

background-color css

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

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

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

border-color css

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

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

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