Html Css Color HEX #12075F Midnight Blue

📋 copy color: '#12075F'

red 18 ◦ green 7 ◦ blue 95

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

Shades of Midnight Blue #12075F

Tints of Midnight Blue #12075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

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

R = 15%
G = 5.83%
B = 79.17%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12075F (or 0x12075F) is known color: Midnight Blue. HEX triplet: 12, 07 and 5F. RGB value is (18,7,95). Sum of RGB (Red+Green+Blue) = 18+7+95=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #12075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12075F is #EDF8A0. Grayscale: #131313. Windows color (decimal): -15595681 or 6227730. OLE color: 6227730.

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

Color convert

RGB 18 7 95 -
CMYK 0.81 0.93 0 0.63
HSL 247.5º 0.86% 0.2% -
HSV(B) 247.5º 0.93% 0.37% -
XYZ 2.39 1.11 10.91 -
YUV 20.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 18 7 95 0.81 0.93 0 0.63 247.5 0.86 0.2
Hex 12 7 5F 51 5D 0 3F F8 56 14
Octal 22 7 137 121 135 0 77 370 126 24
Binary 10010 111 1011111 1010001 1011101 0 111111 11111000 1010110 10100

Color Harmonies of #12075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12075F

Black with #12075F

Text Example


Text Example

White with #12075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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