Html Css Color HEX #12195B Midnight Blue

📋 copy color: '#12195B'

red 18 ◦ green 25 ◦ blue 91

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

Shades of Midnight Blue #12195B

Tints of Midnight Blue #12195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 67.91%

R = 13.43%
G = 18.66%
B = 67.91%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12195B (or 0x12195B) is known color: Midnight Blue. HEX triplet: 12, 19 and 5B. RGB value is (18,25,91). Sum of RGB (Red+Green+Blue) = 18+25+91=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #12195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12195B is #EDE6A4. Grayscale: #1E1E1E. Windows color (decimal): -15591077 or 5970194. OLE color: 5970194.

HSL color Cylindrical-coordinate representation of color #12195B: hue angle of 234.25º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12195B is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 25 91 -
CMYK 0.80 0.73 0 0.64
HSL 234.25º 0.67% 0.21% -
HSV(B) 234.25º 0.8% 0.36% -
XYZ 2.49 1.58 10.07 -
YUV 30.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 18 25 91 0.80 0.73 0 0.64 234.25 0.67 0.21
Hex 12 19 5B 50 49 0 40 EA 43 15
Octal 22 31 133 120 111 0 100 352 103 25
Binary 10010 11001 1011011 1010000 1001001 0 1000000 11101010 1000011 10101

Color Harmonies of #12195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12195B

Black with #12195B

Text Example


Text Example

White with #12195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12195B; }

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

 H1.HeaderClassName
 {
   color: #12195B;
 }
 .AnyTagClassName
 {
   color: #12195B;
 }
</style>

background-color css

<style>
 a { background-color: #12195B; }

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

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

border-color css

<style>
 span { border-color: #12195B; }

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

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