Html Css Color HEX #12025D Midnight Blue

📋 copy color: '#12025D'

red 18 ◦ green 2 ◦ blue 93

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

Shades of Midnight Blue #12025D

Tints of Midnight Blue #12025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

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

R = 15.93%
G = 1.77%
B = 82.3%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12025D (or 0x12025D) is known color: Midnight Blue. HEX triplet: 12, 02 and 5D. RGB value is (18,2,93). Sum of RGB (Red+Green+Blue) = 18+2+93=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #12025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12025D is #EDFDA2. Grayscale: #101010. Windows color (decimal): -15596963 or 6095378. OLE color: 6095378.

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

Color convert

RGB 18 2 93 -
CMYK 0.81 0.98 0 0.64
HSL 250.55º 0.96% 0.19% -
HSV(B) 250.55º 0.98% 0.36% -
XYZ 2.25 0.96 10.42 -
YUV 17.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 18 2 93 0.81 0.98 0 0.64 250.55 0.96 0.19
Hex 12 2 5D 51 62 0 40 FB 60 13
Octal 22 2 135 121 142 0 100 373 140 23
Binary 10010 10 1011101 1010001 1100010 0 1000000 11111011 1100000 10011

Color Harmonies of #12025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12025D

Black with #12025D

Text Example


Text Example

White with #12025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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