Html Css Color HEX #12085F Midnight Blue

📋 copy color: '#12085F'

red 18 ◦ green 8 ◦ blue 95

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

Shades of Midnight Blue #12085F

Tints of Midnight Blue #12085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 14.88%
G = 6.61%
B = 78.51%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12085F (or 0x12085F) is known color: Midnight Blue. HEX triplet: 12, 08 and 5F. RGB value is (18,8,95). Sum of RGB (Red+Green+Blue) = 18+8+95=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #12085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12085F is #EDF7A0. Grayscale: #141414. Windows color (decimal): -15595425 or 6227986. OLE color: 6227986.

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

Color convert

RGB 18 8 95 -
CMYK 0.81 0.92 0 0.63
HSL 246.9º 0.84% 0.2% -
HSV(B) 246.9º 0.92% 0.37% -
XYZ 2.4 1.13 10.92 -
YUV 20.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 18 8 95 0.81 0.92 0 0.63 246.9 0.84 0.2
Hex 12 8 5F 51 5C 0 3F F7 54 14
Octal 22 10 137 121 134 0 77 367 124 24
Binary 10010 1000 1011111 1010001 1011100 0 111111 11110111 1010100 10100

Color Harmonies of #12085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12085F

Black with #12085F

Text Example


Text Example

White with #12085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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