Html Css Color HEX #12137F Midnight Blue

📋 copy color: '#12137F'

red 18 ◦ green 19 ◦ blue 127

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

Shades of Midnight Blue #12137F

Tints of Midnight Blue #12137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

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

R = 10.98%
G = 11.59%
B = 77.44%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12137F (or 0x12137F) is known color: Midnight Blue. HEX triplet: 12, 13 and 7F. RGB value is (18,19,127). Sum of RGB (Red+Green+Blue) = 18+19+127=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #12137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12137F is #EDEC80. Grayscale: #1E1E1E. Windows color (decimal): -15592577 or 8327954. OLE color: 8327954.

HSL color Cylindrical-coordinate representation of color #12137F: hue angle of 239.45º 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 #12137F is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 19 127 -
CMYK 0.86 0.85 0 0.50
HSL 239.45º 0.75% 0.28% -
HSV(B) 239.45º 0.86% 0.5% -
XYZ 4.31 2.13 20.26 -
YUV 31.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 18 19 127 0.86 0.85 0 0.50 239.45 0.75 0.28
Hex 12 13 7F 56 55 0 32 EF 4B 1C
Octal 22 23 177 126 125 0 62 357 113 34
Binary 10010 10011 1111111 1010110 1010101 0 110010 11101111 1001011 11100

Color Harmonies of #12137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12137F

Black with #12137F

Text Example


Text Example

White with #12137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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