Html Css Color HEX #12075A Midnight Blue

📋 copy color: '#12075A'

red 18 ◦ green 7 ◦ blue 90

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

Shades of Midnight Blue #12075A

Tints of Midnight Blue #12075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 90 (35.55% from 255) = 78.26%

R = 15.65%
G = 6.09%
B = 78.26%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12075A (or 0x12075A) is known color: Midnight Blue. HEX triplet: 12, 07 and 5A. RGB value is (18,7,90). Sum of RGB (Red+Green+Blue) = 18+7+90=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #12075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12075A is #EDF8A5. Grayscale: #131313. Windows color (decimal): -15595686 or 5900050. OLE color: 5900050.

HSL color Cylindrical-coordinate representation of color #12075A: hue angle of 247.95º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12075A is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 7 90 -
CMYK 0.80 0.92 0 0.65
HSL 247.95º 0.86% 0.19% -
HSV(B) 247.95º 0.92% 0.35% -
XYZ 2.17 1.02 9.76 -
YUV 19.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 18 7 90 0.80 0.92 0 0.65 247.95 0.86 0.19
Hex 12 7 5A 50 5C 0 41 F8 56 13
Octal 22 7 132 120 134 0 101 370 126 23
Binary 10010 111 1011010 1010000 1011100 0 1000001 11111000 1010110 10011

Color Harmonies of #12075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12075A

Black with #12075A

Text Example


Text Example

White with #12075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12075A; }

 p { color: rgb(18,7,90); }

 H1.HeaderClassName
 {
   color: #12075A;
 }
 .AnyTagClassName
 {
   color: #12075A;
 }
</style>

background-color css

<style>
 a { background-color: #12075A; }

 a { background-color: rgb(18,7,90); }

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

border-color css

<style>
 span { border-color: #12075A; }

 span { border-color: rgb(18,7,90); }

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