Html Css Color HEX #15294C Midnight

📋 copy color: '#15294C'

red 21 ◦ green 41 ◦ blue 76

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

Shades of Midnight #15294C

Tints of Midnight #15294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 15.22%
G = 29.71%
B = 55.07%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15294C (or 0x15294C) is known color: Midnight. HEX triplet: 15, 29 and 4C. RGB value is (21,41,76). Sum of RGB (Red+Green+Blue) = 21+41+76=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #15294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15294C is #EAD6B3. Grayscale: #262626. Windows color (decimal): -15390388 or 4991253. OLE color: 4991253.

HSL color Cylindrical-coordinate representation of color #15294C: hue angle of 218.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15294C is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 41 76 -
CMYK 0.72 0.46 0 0.70
HSL 218.18º 0.57% 0.19% -
HSV(B) 218.18º 0.72% 0.3% -
XYZ 2.41 2.27 7.15 -
YUV 39.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 21 41 76 0.72 0.46 0 0.70 218.18 0.57 0.19
Hex 15 29 4C 48 2E 0 46 DA 39 13
Octal 25 51 114 110 56 0 106 332 71 23
Binary 10101 101001 1001100 1001000 101110 0 1000110 11011010 111001 10011

Color Harmonies of #15294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15294C

Black with #15294C

Text Example


Text Example

White with #15294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,41,76); }

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

background-color css

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

 a { background-color: rgb(21,41,76); }

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

border-color css

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

 span { border-color: rgb(21,41,76); }

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