Html Css Color HEX #12055D Midnight Blue

📋 copy color: '#12055D'

red 18 ◦ green 5 ◦ blue 93

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

Shades of Midnight Blue #12055D

Tints of Midnight Blue #12055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 80.17%

R = 15.52%
G = 4.31%
B = 80.17%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12055D (or 0x12055D) is known color: Midnight Blue. HEX triplet: 12, 05 and 5D. RGB value is (18,5,93). Sum of RGB (Red+Green+Blue) = 18+5+93=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #12055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12055D is #EDFAA2. Grayscale: #121212. Windows color (decimal): -15596195 or 6096146. OLE color: 6096146.

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

Color convert

RGB 18 5 93 -
CMYK 0.81 0.95 0 0.64
HSL 248.86º 0.9% 0.19% -
HSV(B) 248.86º 0.95% 0.36% -
XYZ 2.28 1.03 10.43 -
YUV 18.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 18 5 93 0.81 0.95 0 0.64 248.86 0.9 0.19
Hex 12 5 5D 51 5F 0 40 F9 5A 13
Octal 22 5 135 121 137 0 100 371 132 23
Binary 10010 101 1011101 1010001 1011111 0 1000000 11111001 1011010 10011

Color Harmonies of #12055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12055D

Black with #12055D

Text Example


Text Example

White with #12055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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