Html Css Color HEX #12197F Midnight Blue

📋 copy color: '#12197F'

red 18 ◦ green 25 ◦ blue 127

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

Shades of Midnight Blue #12197F

Tints of Midnight Blue #12197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 10.59%
G = 14.71%
B = 74.71%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12197F (or 0x12197F) is known color: Midnight Blue. HEX triplet: 12, 19 and 7F. RGB value is (18,25,127). Sum of RGB (Red+Green+Blue) = 18+25+127=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #12197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12197F is #EDE680. Grayscale: #222222. Windows color (decimal): -15591041 or 8329490. OLE color: 8329490.

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

Color convert

RGB 18 25 127 -
CMYK 0.86 0.80 0 0.50
HSL 236.15º 0.75% 0.28% -
HSV(B) 236.15º 0.86% 0.5% -
XYZ 4.43 2.36 20.3 -
YUV 34.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 18 25 127 0.86 0.80 0 0.50 236.15 0.75 0.28
Hex 12 19 7F 56 50 0 32 EC 4B 1C
Octal 22 31 177 126 120 0 62 354 113 34
Binary 10010 11001 1111111 1010110 1010000 0 110010 11101100 1001011 11100

Color Harmonies of #12197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12197F

Black with #12197F

Text Example


Text Example

White with #12197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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