Html Css Color HEX #12187F Midnight Blue

📋 copy color: '#12187F'

red 18 ◦ green 24 ◦ blue 127

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

Shades of Midnight Blue #12187F

Tints of Midnight Blue #12187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 10.65%
G = 14.2%
B = 75.15%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12187F (or 0x12187F) is known color: Midnight Blue. HEX triplet: 12, 18 and 7F. RGB value is (18,24,127). Sum of RGB (Red+Green+Blue) = 18+24+127=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #12187F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12187F is #EDE780. Grayscale: #212121. Windows color (decimal): -15591297 or 8329234. OLE color: 8329234.

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

Color convert

RGB 18 24 127 -
CMYK 0.86 0.81 0 0.50
HSL 236.7º 0.75% 0.28% -
HSV(B) 236.7º 0.86% 0.5% -
XYZ 4.41 2.31 20.29 -
YUV 33.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 18 24 127 0.86 0.81 0 0.50 236.7 0.75 0.28
Hex 12 18 7F 56 51 0 32 ED 4B 1C
Octal 22 30 177 126 121 0 62 355 113 34
Binary 10010 11000 1111111 1010110 1010001 0 110010 11101101 1001011 11100

Color Harmonies of #12187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12187F

Black with #12187F

Text Example


Text Example

White with #12187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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