Html Css Color HEX #12015B Midnight Blue

📋 copy color: '#12015B'

red 18 ◦ green 1 ◦ blue 91

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

Shades of Midnight Blue #12015B

Tints of Midnight Blue #12015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 82.73%

R = 16.36%
G = 0.91%
B = 82.73%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12015B (or 0x12015B) is known color: Midnight Blue. HEX triplet: 12, 01 and 5B. RGB value is (18,1,91). Sum of RGB (Red+Green+Blue) = 18+1+91=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #12015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12015B is #EDFEA4. Grayscale: #101010. Windows color (decimal): -15597221 or 5964050. OLE color: 5964050.

HSL color Cylindrical-coordinate representation of color #12015B: hue angle of 251.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12015B is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 1 91 -
CMYK 0.80 0.99 0 0.64
HSL 251.33º 0.98% 0.18% -
HSV(B) 251.33º 0.99% 0.36% -
XYZ 2.15 0.91 9.96 -
YUV 16.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 18 1 91 0.80 0.99 0 0.64 251.33 0.98 0.18
Hex 12 1 5B 50 63 0 40 FB 62 12
Octal 22 1 133 120 143 0 100 373 142 22
Binary 10010 1 1011011 1010000 1100011 0 1000000 11111011 1100010 10010

Color Harmonies of #12015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12015B

Black with #12015B

Text Example


Text Example

White with #12015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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