Html Css Color HEX #120262 Midnight Blue

📋 copy color: '#120262'

red 18 ◦ green 2 ◦ blue 98

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

Shades of Midnight Blue #120262

Tints of Midnight Blue #120262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 83.05%

R = 15.25%
G = 1.69%
B = 83.05%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120262 (or 0x120262) is known color: Midnight Blue. HEX triplet: 12, 02 and 62. RGB value is (18,2,98). Sum of RGB (Red+Green+Blue) = 18+2+98=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #120262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120262 is #EDFD9D. Grayscale: #111111. Windows color (decimal): -15596958 or 6423058. OLE color: 6423058.

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

Color convert

RGB 18 2 98 -
CMYK 0.82 0.98 0 0.62
HSL 250º 0.96% 0.2% -
HSV(B) 250º 0.98% 0.38% -
XYZ 2.48 1.05 11.63 -
YUV 17.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 18 2 98 0.82 0.98 0 0.62 250 0.96 0.2
Hex 12 2 62 52 62 0 3E FA 60 14
Octal 22 2 142 122 142 0 76 372 140 24
Binary 10010 10 1100010 1010010 1100010 0 111110 11111010 1100000 10100

Color Harmonies of #120262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120262

Black with #120262

Text Example


Text Example

White with #120262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120262; }

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

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

background-color css

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

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

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

border-color css

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

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

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