Html Css Color HEX #120260 Midnight Blue

📋 copy color: '#120260'

red 18 ◦ green 2 ◦ blue 96

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

Shades of Midnight Blue #120260

Tints of Midnight Blue #120260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

 BLUE value IS 96 (37.89% from 255) = 82.76%

R = 15.52%
G = 1.72%
B = 82.76%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120260 (or 0x120260) is known color: Midnight Blue. HEX triplet: 12, 02 and 60. RGB value is (18,2,96). Sum of RGB (Red+Green+Blue) = 18+2+96=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #120260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120260 is #EDFD9F. Grayscale: #111111. Windows color (decimal): -15596960 or 6291986. OLE color: 6291986.

HSL color Cylindrical-coordinate representation of color #120260: hue angle of 250.21º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120260 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 2 96 -
CMYK 0.81 0.98 0 0.62
HSL 250.21º 0.96% 0.19% -
HSV(B) 250.21º 0.98% 0.38% -
XYZ 2.38 1.02 11.14 -
YUV 17.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 18 2 96 0.81 0.98 0 0.62 250.21 0.96 0.19
Hex 12 2 60 51 62 0 3E FA 60 13
Octal 22 2 140 121 142 0 76 372 140 23
Binary 10010 10 1100000 1010001 1100010 0 111110 11111010 1100000 10011

Color Harmonies of #120260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120260

Black with #120260

Text Example


Text Example

White with #120260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120260; }

 p { color: rgb(18,2,96); }

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

background-color css

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

 a { background-color: rgb(18,2,96); }

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

border-color css

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

 span { border-color: rgb(18,2,96); }

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