Html Css Color HEX #120665 Midnight Blue

📋 copy color: '#120665'

red 18 ◦ green 6 ◦ blue 101

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

Shades of Midnight Blue #120665

Tints of Midnight Blue #120665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

 BLUE value IS 101 (39.84% from 255) = 80.8%

R = 14.4%
G = 4.8%
B = 80.8%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#120665 (or 0x120665) is known color: Midnight Blue. HEX triplet: 12, 06 and 65. RGB value is (18,6,101). Sum of RGB (Red+Green+Blue) = 18+6+101=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #120665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120665 is #EDF99A. Grayscale: #141414. Windows color (decimal): -15595931 or 6620690. OLE color: 6620690.

HSL color Cylindrical-coordinate representation of color #120665: hue angle of 247.58º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120665 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 6 101 -
CMYK 0.82 0.94 0 0.60
HSL 247.58º 0.89% 0.21% -
HSV(B) 247.58º 0.94% 0.4% -
XYZ 2.66 1.2 12.4 -
YUV 20.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 18 6 101 0.82 0.94 0 0.60 247.58 0.89 0.21
Hex 12 6 65 52 5E 0 3C F8 59 15
Octal 22 6 145 122 136 0 74 370 131 25
Binary 10010 110 1100101 1010010 1011110 0 111100 11111000 1011001 10101

Color Harmonies of #120665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120665

Black with #120665

Text Example


Text Example

White with #120665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120665; }

 p { color: rgb(18,6,101); }

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

background-color css

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

 a { background-color: rgb(18,6,101); }

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

border-color css

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

 span { border-color: rgb(18,6,101); }

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