Html Css Color HEX #12055F Midnight Blue

📋 copy color: '#12055F'

red 18 ◦ green 5 ◦ blue 95

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

Shades of Midnight Blue #12055F

Tints of Midnight Blue #12055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 95 (37.5% from 255) = 80.51%

R = 15.25%
G = 4.24%
B = 80.51%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12055F (or 0x12055F) is known color: Midnight Blue. HEX triplet: 12, 05 and 5F. RGB value is (18,5,95). Sum of RGB (Red+Green+Blue) = 18+5+95=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #12055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12055F is #EDFAA0. Grayscale: #121212. Windows color (decimal): -15596193 or 6227218. OLE color: 6227218.

HSL color Cylindrical-coordinate representation of color #12055F: hue angle of 248.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12055F is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 5 95 -
CMYK 0.81 0.95 0 0.63
HSL 248.67º 0.9% 0.2% -
HSV(B) 248.67º 0.95% 0.37% -
XYZ 2.37 1.06 10.91 -
YUV 19.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 18 5 95 0.81 0.95 0 0.63 248.67 0.9 0.2
Hex 12 5 5F 51 5F 0 3F F9 5A 14
Octal 22 5 137 121 137 0 77 371 132 24
Binary 10010 101 1011111 1010001 1011111 0 111111 11111001 1011010 10100

Color Harmonies of #12055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12055F

Black with #12055F

Text Example


Text Example

White with #12055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12055F; }

 p { color: rgb(18,5,95); }

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

background-color css

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

 a { background-color: rgb(18,5,95); }

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

border-color css

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

 span { border-color: rgb(18,5,95); }

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