Html Css Color HEX #15125A Midnight Blue

📋 copy color: '#15125A'

red 21 ◦ green 18 ◦ blue 90

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

Shades of Midnight Blue #15125A

Tints of Midnight Blue #15125A

RGB

 RED value IS 21 (8.59% from 255) = 16.28%

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 16.28%
G = 13.95%
B = 69.77%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15125A (or 0x15125A) is known color: Midnight Blue. HEX triplet: 15, 12 and 5A. RGB value is (21,18,90). Sum of RGB (Red+Green+Blue) = 21+18+90=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #15125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15125A is #EAEDA5. Grayscale: #1A1A1A. Windows color (decimal): -15396262 or 5902869. OLE color: 5902869.

HSL color Cylindrical-coordinate representation of color #15125A: hue angle of 242.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15125A is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 18 90 -
CMYK 0.77 0.80 0 0.65
HSL 242.5º 0.67% 0.21% -
HSV(B) 242.5º 0.8% 0.35% -
XYZ 2.37 1.33 9.8 -
YUV 27.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 21 18 90 0.77 0.80 0 0.65 242.5 0.67 0.21
Hex 15 12 5A 4D 50 0 41 F2 43 15
Octal 25 22 132 115 120 0 101 362 103 25
Binary 10101 10010 1011010 1001101 1010000 0 1000001 11110010 1000011 10101

Color Harmonies of #15125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15125A

Black with #15125A

Text Example


Text Example

White with #15125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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