Html Css Color HEX #12015C Midnight Blue

📋 copy color: '#12015C'

red 18 ◦ green 1 ◦ blue 92

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

Shades of Midnight Blue #12015C

Tints of Midnight Blue #12015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.88%

R = 16.22%
G = 0.9%
B = 82.88%

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

#12015C (or 0x12015C) is known color: Midnight Blue. HEX triplet: 12, 01 and 5C. RGB value is (18,1,92). Sum of RGB (Red+Green+Blue) = 18+1+92=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #12015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12015C is #EDFEA3. Grayscale: #101010. Windows color (decimal): -15597220 or 6029586. OLE color: 6029586.

HSL color Cylindrical-coordinate representation of color #12015C: hue angle of 251.21º 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 #12015C is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 1 92 -
CMYK 0.80 0.99 0 0.64
HSL 251.21º 0.98% 0.18% -
HSV(B) 251.21º 0.99% 0.36% -
XYZ 2.19 0.92 10.19 -
YUV 16.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 18 1 92 0.80 0.99 0 0.64 251.21 0.98 0.18
Hex 12 1 5C 50 63 0 40 FB 62 12
Octal 22 1 134 120 143 0 100 373 142 22
Binary 10010 1 1011100 1010000 1100011 0 1000000 11111011 1100010 10010

Color Harmonies of #12015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12015C

Black with #12015C

Text Example


Text Example

White with #12015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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