Html Css Color HEX #12176C Midnight Blue

📋 copy color: '#12176C'

red 18 ◦ green 23 ◦ blue 108

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

Shades of Midnight Blue #12176C

Tints of Midnight Blue #12176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 108 (42.58% from 255) = 72.48%

R = 12.08%
G = 15.44%
B = 72.48%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12176C (or 0x12176C) is known color: Midnight Blue. HEX triplet: 12, 17 and 6C. RGB value is (18,23,108). Sum of RGB (Red+Green+Blue) = 18+23+108=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #12176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12176C is #EDE893. Grayscale: #1E1E1E. Windows color (decimal): -15591572 or 7083794. OLE color: 7083794.

HSL color Cylindrical-coordinate representation of color #12176C: hue angle of 236.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12176C is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 23 108 -
CMYK 0.83 0.79 0 0.58
HSL 236.67º 0.71% 0.25% -
HSV(B) 236.67º 0.83% 0.42% -
XYZ 3.26 1.82 14.37 -
YUV 31.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 18 23 108 0.83 0.79 0 0.58 236.67 0.71 0.25
Hex 12 17 6C 53 4F 0 3A ED 47 19
Octal 22 27 154 123 117 0 72 355 107 31
Binary 10010 10111 1101100 1010011 1001111 0 111010 11101101 1000111 11001

Color Harmonies of #12176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12176C

Black with #12176C

Text Example


Text Example

White with #12176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12176C; }

 p { color: rgb(18,23,108); }

 H1.HeaderClassName
 {
   color: #12176C;
 }
 .AnyTagClassName
 {
   color: #12176C;
 }
</style>

background-color css

<style>
 a { background-color: #12176C; }

 a { background-color: rgb(18,23,108); }

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

border-color css

<style>
 span { border-color: #12176C; }

 span { border-color: rgb(18,23,108); }

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