Html Css Color HEX #120152 Midnight Blue

📋 copy color: '#120152'

red 18 ◦ green 1 ◦ blue 82

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

Shades of Midnight Blue #120152

Tints of Midnight Blue #120152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 82 (32.42% from 255) = 81.19%

R = 17.82%
G = 0.99%
B = 81.19%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120152 (or 0x120152) is known color: Midnight Blue. HEX triplet: 12, 01 and 52. RGB value is (18,1,82). Sum of RGB (Red+Green+Blue) = 18+1+82=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #120152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120152 is #EDFEAD. Grayscale: #0F0F0F. Windows color (decimal): -15597230 or 5374226. OLE color: 5374226.

HSL color Cylindrical-coordinate representation of color #120152: hue angle of 252.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120152 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 1 82 -
CMYK 0.78 0.99 0 0.68
HSL 252.59º 0.98% 0.16% -
HSV(B) 252.59º 0.99% 0.32% -
XYZ 1.78 0.76 8.04 -
YUV 15.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 18 1 82 0.78 0.99 0 0.68 252.59 0.98 0.16
Hex 12 1 52 4E 63 0 44 FD 62 10
Octal 22 1 122 116 143 0 104 375 142 20
Binary 10010 1 1010010 1001110 1100011 0 1000100 11111101 1100010 10000

Color Harmonies of #120152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120152

Black with #120152

Text Example


Text Example

White with #120152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120152; }

 p { color: rgb(18,1,82); }

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

background-color css

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

 a { background-color: rgb(18,1,82); }

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

border-color css

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

 span { border-color: rgb(18,1,82); }

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