Html Css Color HEX #121362 Midnight Blue

📋 copy color: '#121362'

red 18 ◦ green 19 ◦ blue 98

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

Shades of Midnight Blue #121362

Tints of Midnight Blue #121362

RGB

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

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

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

R = 13.33%
G = 14.07%
B = 72.59%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121362 (or 0x121362) is known color: Midnight Blue. HEX triplet: 12, 13 and 62. RGB value is (18,19,98). Sum of RGB (Red+Green+Blue) = 18+19+98=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #121362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121362 is #EDEC9D. Grayscale: #1B1B1B. Windows color (decimal): -15592606 or 6427410. OLE color: 6427410.

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

Color convert

RGB 18 19 98 -
CMYK 0.82 0.81 0 0.62
HSL 239.25º 0.69% 0.23% -
HSV(B) 239.25º 0.82% 0.38% -
XYZ 2.69 1.48 11.7 -
YUV 27.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 18 19 98 0.82 0.81 0 0.62 239.25 0.69 0.23
Hex 12 13 62 52 51 0 3E EF 45 17
Octal 22 23 142 122 121 0 76 357 105 27
Binary 10010 10011 1100010 1010010 1010001 0 111110 11101111 1000101 10111

Color Harmonies of #121362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121362

Black with #121362

Text Example


Text Example

White with #121362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121362; }

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

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

background-color css

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

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

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

border-color css

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

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

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