Html Css Color HEX #12155F Midnight Blue

📋 copy color: '#12155F'

red 18 ◦ green 21 ◦ blue 95

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

Shades of Midnight Blue #12155F

Tints of Midnight Blue #12155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

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

R = 13.43%
G = 15.67%
B = 70.9%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12155F (or 0x12155F) is known color: Midnight Blue. HEX triplet: 12, 15 and 5F. RGB value is (18,21,95). Sum of RGB (Red+Green+Blue) = 18+21+95=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #12155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12155F is #EDEAA0. Grayscale: #1C1C1C. Windows color (decimal): -15592097 or 6231314. OLE color: 6231314.

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

Color convert

RGB 18 21 95 -
CMYK 0.81 0.78 0 0.63
HSL 237.66º 0.68% 0.22% -
HSV(B) 237.66º 0.81% 0.37% -
XYZ 2.58 1.49 10.98 -
YUV 28.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 18 21 95 0.81 0.78 0 0.63 237.66 0.68 0.22
Hex 12 15 5F 51 4E 0 3F EE 44 16
Octal 22 25 137 121 116 0 77 356 104 26
Binary 10010 10101 1011111 1010001 1001110 0 111111 11101110 1000100 10110

Color Harmonies of #12155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12155F

Black with #12155F

Text Example


Text Example

White with #12155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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