Html Css Color HEX #12055E Midnight Blue

📋 copy color: '#12055E'

red 18 ◦ green 5 ◦ blue 94

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

Shades of Midnight Blue #12055E

Tints of Midnight Blue #12055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 15.38%
G = 4.27%
B = 80.34%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12055E (or 0x12055E) is known color: Midnight Blue. HEX triplet: 12, 05 and 5E. RGB value is (18,5,94). Sum of RGB (Red+Green+Blue) = 18+5+94=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #12055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12055E is #EDFAA1. Grayscale: #121212. Windows color (decimal): -15596194 or 6161682. OLE color: 6161682.

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

Color convert

RGB 18 5 94 -
CMYK 0.81 0.95 0 0.63
HSL 248.76º 0.9% 0.19% -
HSV(B) 248.76º 0.95% 0.37% -
XYZ 2.32 1.05 10.67 -
YUV 19.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 18 5 94 0.81 0.95 0 0.63 248.76 0.9 0.19
Hex 12 5 5E 51 5F 0 3F F9 5A 13
Octal 22 5 136 121 137 0 77 371 132 23
Binary 10010 101 1011110 1010001 1011111 0 111111 11111001 1011010 10011

Color Harmonies of #12055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12055E

Black with #12055E

Text Example


Text Example

White with #12055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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