Html Css Color HEX #12165F Midnight Blue

📋 copy color: '#12165F'

red 18 ◦ green 22 ◦ blue 95

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

Shades of Midnight Blue #12165F

Tints of Midnight Blue #12165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 95 (37.5% from 255) = 70.37%

R = 13.33%
G = 16.3%
B = 70.37%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12165F (or 0x12165F) is known color: Midnight Blue. HEX triplet: 12, 16 and 5F. RGB value is (18,22,95). Sum of RGB (Red+Green+Blue) = 18+22+95=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #12165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12165F is #EDE9A0. Grayscale: #1C1C1C. Windows color (decimal): -15591841 or 6231570. OLE color: 6231570.

HSL color Cylindrical-coordinate representation of color #12165F: hue angle of 236.88º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12165F is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 22 95 -
CMYK 0.81 0.77 0 0.63
HSL 236.88º 0.68% 0.22% -
HSV(B) 236.88º 0.81% 0.37% -
XYZ 2.6 1.53 10.98 -
YUV 29.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 18 22 95 0.81 0.77 0 0.63 236.88 0.68 0.22
Hex 12 16 5F 51 4D 0 3F ED 44 16
Octal 22 26 137 121 115 0 77 355 104 26
Binary 10010 10110 1011111 1010001 1001101 0 111111 11101101 1000100 10110

Color Harmonies of #12165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12165F

Black with #12165F

Text Example


Text Example

White with #12165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,22,95); }

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

background-color css

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

 a { background-color: rgb(18,22,95); }

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

border-color css

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

 span { border-color: rgb(18,22,95); }

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