Html Css Color HEX #120458 Midnight Blue

📋 copy color: '#120458'

red 18 ◦ green 4 ◦ blue 88

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

Shades of Midnight Blue #120458

Tints of Midnight Blue #120458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 88 (34.77% from 255) = 80%

R = 16.36%
G = 3.64%
B = 80%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120458 (or 0x120458) is known color: Midnight Blue. HEX triplet: 12, 04 and 58. RGB value is (18,4,88). Sum of RGB (Red+Green+Blue) = 18+4+88=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #120458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120458 is #EDFBA7. Grayscale: #111111. Windows color (decimal): -15596456 or 5768210. OLE color: 5768210.

HSL color Cylindrical-coordinate representation of color #120458: hue angle of 250º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120458 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 4 88 -
CMYK 0.80 0.95 0 0.65
HSL 250º 0.91% 0.18% -
HSV(B) 250º 0.95% 0.35% -
XYZ 2.05 0.92 9.3 -
YUV 17.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 18 4 88 0.80 0.95 0 0.65 250 0.91 0.18
Hex 12 4 58 50 5F 0 41 FA 5B 12
Octal 22 4 130 120 137 0 101 372 133 22
Binary 10010 100 1011000 1010000 1011111 0 1000001 11111010 1011011 10010

Color Harmonies of #120458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120458

Black with #120458

Text Example


Text Example

White with #120458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120458; }

 p { color: rgb(18,4,88); }

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

background-color css

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

 a { background-color: rgb(18,4,88); }

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

border-color css

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

 span { border-color: rgb(18,4,88); }

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