Html Css Color HEX #120857 Midnight Blue

📋 copy color: '#120857'

red 18 ◦ green 8 ◦ blue 87

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

Shades of Midnight Blue #120857

Tints of Midnight Blue #120857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 76.99%

R = 15.93%
G = 7.08%
B = 76.99%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120857 (or 0x120857) is known color: Midnight Blue. HEX triplet: 12, 08 and 57. RGB value is (18,8,87). Sum of RGB (Red+Green+Blue) = 18+8+87=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #120857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120857 is #EDF7A8. Grayscale: #131313. Windows color (decimal): -15595433 or 5703698. OLE color: 5703698.

HSL color Cylindrical-coordinate representation of color #120857: hue angle of 247.59º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120857 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 8 87 -
CMYK 0.79 0.91 0 0.66
HSL 247.59º 0.83% 0.19% -
HSV(B) 247.59º 0.91% 0.34% -
XYZ 2.06 0.99 9.1 -
YUV 20 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 18 8 87 0.79 0.91 0 0.66 247.59 0.83 0.19
Hex 12 8 57 4F 5B 0 42 F8 53 13
Octal 22 10 127 117 133 0 102 370 123 23
Binary 10010 1000 1010111 1001111 1011011 0 1000010 11111000 1010011 10011

Color Harmonies of #120857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120857

Black with #120857

Text Example


Text Example

White with #120857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120857; }

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

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

background-color css

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

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

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

border-color css

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

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

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