Html Css Color HEX #15055C Midnight Blue

📋 copy color: '#15055C'

red 21 ◦ green 5 ◦ blue 92

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

Shades of Midnight Blue #15055C

Tints of Midnight Blue #15055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 77.97%

R = 17.8%
G = 4.24%
B = 77.97%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15055C (or 0x15055C) is known color: Midnight Blue. HEX triplet: 15, 05 and 5C. RGB value is (21,5,92). Sum of RGB (Red+Green+Blue) = 21+5+92=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #15055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055C is #EAFAA3. Grayscale: #131313. Windows color (decimal): -15399588 or 6030613. OLE color: 6030613.

HSL color Cylindrical-coordinate representation of color #15055C: hue angle of 251.03º 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 #15055C is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 5 92 -
CMYK 0.77 0.95 0 0.64
HSL 251.03º 0.9% 0.19% -
HSV(B) 251.03º 0.95% 0.36% -
XYZ 2.3 1.04 10.21 -
YUV 19.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 21 5 92 0.77 0.95 0 0.64 251.03 0.9 0.19
Hex 15 5 5C 4D 5F 0 40 FB 5A 13
Octal 25 5 134 115 137 0 100 373 132 23
Binary 10101 101 1011100 1001101 1011111 0 1000000 11111011 1011010 10011

Color Harmonies of #15055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15055C

Black with #15055C

Text Example


Text Example

White with #15055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15055C; }

 p { color: rgb(21,5,92); }

 H1.HeaderClassName
 {
   color: #15055C;
 }
 .AnyTagClassName
 {
   color: #15055C;
 }
</style>

background-color css

<style>
 a { background-color: #15055C; }

 a { background-color: rgb(21,5,92); }

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

border-color css

<style>
 span { border-color: #15055C; }

 span { border-color: rgb(21,5,92); }

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