Html Css Color HEX #120261 Midnight Blue

📋 copy color: '#120261'

red 18 ◦ green 2 ◦ blue 97

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

Shades of Midnight Blue #120261

Tints of Midnight Blue #120261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 82.91%

R = 15.38%
G = 1.71%
B = 82.91%

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

#120261 (or 0x120261) is known color: Midnight Blue. HEX triplet: 12, 02 and 61. RGB value is (18,2,97). Sum of RGB (Red+Green+Blue) = 18+2+97=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #120261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120261 is #EDFD9E. Grayscale: #111111. Windows color (decimal): -15596959 or 6357522. OLE color: 6357522.

HSL color Cylindrical-coordinate representation of color #120261: hue angle of 250.11º 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 #120261 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 2 97 -
CMYK 0.81 0.98 0 0.62
HSL 250.11º 0.96% 0.19% -
HSV(B) 250.11º 0.98% 0.38% -
XYZ 2.43 1.04 11.38 -
YUV 17.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 18 2 97 0.81 0.98 0 0.62 250.11 0.96 0.19
Hex 12 2 61 51 62 0 3E FA 60 13
Octal 22 2 141 121 142 0 76 372 140 23
Binary 10010 10 1100001 1010001 1100010 0 111110 11111010 1100000 10011

Color Harmonies of #120261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120261

Black with #120261

Text Example


Text Example

White with #120261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120261; }

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

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

background-color css

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

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

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

border-color css

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

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

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