Html Css Color HEX #12157F Midnight Blue

📋 copy color: '#12157F'

red 18 ◦ green 21 ◦ blue 127

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

Shades of Midnight Blue #12157F

Tints of Midnight Blue #12157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 76.51%

R = 10.84%
G = 12.65%
B = 76.51%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12157F (or 0x12157F) is known color: Midnight Blue. HEX triplet: 12, 15 and 7F. RGB value is (18,21,127). Sum of RGB (Red+Green+Blue) = 18+21+127=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #12157F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12157F is #EDEA80. Grayscale: #1F1F1F. Windows color (decimal): -15592065 or 8328466. OLE color: 8328466.

HSL color Cylindrical-coordinate representation of color #12157F: hue angle of 238.35º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12157F is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 21 127 -
CMYK 0.86 0.83 0 0.50
HSL 238.35º 0.75% 0.28% -
HSV(B) 238.35º 0.86% 0.5% -
XYZ 4.35 2.2 20.27 -
YUV 32.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 18 21 127 0.86 0.83 0 0.50 238.35 0.75 0.28
Hex 12 15 7F 56 53 0 32 EE 4B 1C
Octal 22 25 177 126 123 0 62 356 113 34
Binary 10010 10101 1111111 1010110 1010011 0 110010 11101110 1001011 11100

Color Harmonies of #12157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12157F

Black with #12157F

Text Example


Text Example

White with #12157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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