Html Css Color HEX #121358 Midnight Blue

📋 copy color: '#121358'

red 18 ◦ green 19 ◦ blue 88

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

Shades of Midnight Blue #121358

Tints of Midnight Blue #121358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 14.4%
G = 15.2%
B = 70.4%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121358 (or 0x121358) is known color: Midnight Blue. HEX triplet: 12, 13 and 58. RGB value is (18,19,88). Sum of RGB (Red+Green+Blue) = 18+19+88=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #121358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121358 is #EDECA7. Grayscale: #1A1A1A. Windows color (decimal): -15592616 or 5772050. OLE color: 5772050.

HSL color Cylindrical-coordinate representation of color #121358: hue angle of 239.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121358 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 19 88 -
CMYK 0.80 0.78 0 0.65
HSL 239.14º 0.66% 0.21% -
HSV(B) 239.14º 0.8% 0.35% -
XYZ 2.24 1.3 9.36 -
YUV 26.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 18 19 88 0.80 0.78 0 0.65 239.14 0.66 0.21
Hex 12 13 58 50 4E 0 41 EF 42 15
Octal 22 23 130 120 116 0 101 357 102 25
Binary 10010 10011 1011000 1010000 1001110 0 1000001 11101111 1000010 10101

Color Harmonies of #121358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121358

Black with #121358

Text Example


Text Example

White with #121358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121358; }

 p { color: rgb(18,19,88); }

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

background-color css

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

 a { background-color: rgb(18,19,88); }

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

border-color css

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

 span { border-color: rgb(18,19,88); }

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