Html Css Color HEX #120852 Midnight Blue

📋 copy color: '#120852'

red 18 ◦ green 8 ◦ blue 82

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

Shades of Midnight Blue #120852

Tints of Midnight Blue #120852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

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

R = 16.67%
G = 7.41%
B = 75.93%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120852 (or 0x120852) is known color: Midnight Blue. HEX triplet: 12, 08 and 52. RGB value is (18,8,82). Sum of RGB (Red+Green+Blue) = 18+8+82=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #120852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120852 is #EDF7AD. Grayscale: #131313. Windows color (decimal): -15595438 or 5376018. OLE color: 5376018.

HSL color Cylindrical-coordinate representation of color #120852: hue angle of 248.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120852 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 8 82 -
CMYK 0.78 0.90 0 0.68
HSL 248.11º 0.82% 0.18% -
HSV(B) 248.11º 0.9% 0.32% -
XYZ 1.86 0.91 8.06 -
YUV 19.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 18 8 82 0.78 0.90 0 0.68 248.11 0.82 0.18
Hex 12 8 52 4E 5A 0 44 F8 52 12
Octal 22 10 122 116 132 0 104 370 122 22
Binary 10010 1000 1010010 1001110 1011010 0 1000100 11111000 1010010 10010

Color Harmonies of #120852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120852

Black with #120852

Text Example


Text Example

White with #120852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120852; }

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

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

background-color css

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

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

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

border-color css

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

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

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