Html Css Color HEX #152C48 Midnight

📋 copy color: '#152C48'

red 21 ◦ green 44 ◦ blue 72

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

Shades of Midnight #152C48

Tints of Midnight #152C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 15.33%
G = 32.12%
B = 52.55%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152C48 (or 0x152C48) is known color: Midnight. HEX triplet: 15, 2C and 48. RGB value is (21,44,72). Sum of RGB (Red+Green+Blue) = 21+44+72=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #152C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C48 is #EAD3B7. Grayscale: #282828. Windows color (decimal): -15389624 or 4729877. OLE color: 4729877.

HSL color Cylindrical-coordinate representation of color #152C48: hue angle of 212.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152C48 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 44 72 -
CMYK 0.71 0.39 0 0.72
HSL 212.94º 0.55% 0.18% -
HSV(B) 212.94º 0.71% 0.28% -
XYZ 2.38 2.43 6.47 -
YUV 40.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 21 44 72 0.71 0.39 0 0.72 212.94 0.55 0.18
Hex 15 2C 48 47 27 0 48 D5 37 12
Octal 25 54 110 107 47 0 110 325 67 22
Binary 10101 101100 1001000 1000111 100111 0 1001000 11010101 110111 10010

Color Harmonies of #152C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C48

Black with #152C48

Text Example


Text Example

White with #152C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152C48; }

 p { color: rgb(21,44,72); }

 H1.HeaderClassName
 {
   color: #152C48;
 }
 .AnyTagClassName
 {
   color: #152C48;
 }
</style>

background-color css

<style>
 a { background-color: #152C48; }

 a { background-color: rgb(21,44,72); }

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

border-color css

<style>
 span { border-color: #152C48; }

 span { border-color: rgb(21,44,72); }

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