Html Css Color HEX #12085E Midnight Blue

📋 copy color: '#12085E'

red 18 ◦ green 8 ◦ blue 94

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

Shades of Midnight Blue #12085E

Tints of Midnight Blue #12085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 78.33%

R = 15%
G = 6.67%
B = 78.33%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12085E (or 0x12085E) is known color: Midnight Blue. HEX triplet: 12, 08 and 5E. RGB value is (18,8,94). Sum of RGB (Red+Green+Blue) = 18+8+94=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #12085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12085E is #EDF7A1. Grayscale: #141414. Windows color (decimal): -15595426 or 6162450. OLE color: 6162450.

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

Color convert

RGB 18 8 94 -
CMYK 0.81 0.91 0 0.63
HSL 246.98º 0.84% 0.2% -
HSV(B) 246.98º 0.91% 0.37% -
XYZ 2.36 1.11 10.68 -
YUV 20.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 18 8 94 0.81 0.91 0 0.63 246.98 0.84 0.2
Hex 12 8 5E 51 5B 0 3F F7 54 14
Octal 22 10 136 121 133 0 77 367 124 24
Binary 10010 1000 1011110 1010001 1011011 0 111111 11110111 1010100 10100

Color Harmonies of #12085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12085E

Black with #12085E

Text Example


Text Example

White with #12085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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