Html Css Color HEX #12015F Midnight Blue

📋 copy color: '#12015F'

red 18 ◦ green 1 ◦ blue 95

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

Shades of Midnight Blue #12015F

Tints of Midnight Blue #12015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 15.79%
G = 0.88%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12015F (or 0x12015F) is known color: Midnight Blue. HEX triplet: 12, 01 and 5F. RGB value is (18,1,95). Sum of RGB (Red+Green+Blue) = 18+1+95=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #12015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12015F is #EDFEA0. Grayscale: #101010. Windows color (decimal): -15597217 or 6226194. OLE color: 6226194.

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

Color convert

RGB 18 1 95 -
CMYK 0.81 0.99 0 0.63
HSL 250.85º 0.98% 0.19% -
HSV(B) 250.85º 0.99% 0.37% -
XYZ 2.33 0.98 10.89 -
YUV 16.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 18 1 95 0.81 0.99 0 0.63 250.85 0.98 0.19
Hex 12 1 5F 51 63 0 3F FB 62 13
Octal 22 1 137 121 143 0 77 373 142 23
Binary 10010 1 1011111 1010001 1100011 0 111111 11111011 1100010 10011

Color Harmonies of #12015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12015F

Black with #12015F

Text Example


Text Example

White with #12015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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