Html Css Color HEX #152373 Midnight Blue

📋 copy color: '#152373'

red 21 ◦ green 35 ◦ blue 115

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

Shades of Midnight Blue #152373

Tints of Midnight Blue #152373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 115 (45.31% from 255) = 67.25%

R = 12.28%
G = 20.47%
B = 67.25%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#152373 (or 0x152373) is known color: Midnight Blue. HEX triplet: 15, 23 and 73. RGB value is (21,35,115). Sum of RGB (Red+Green+Blue) = 21+35+115=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #152373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152373 is #EADC8C. Grayscale: #272727. Windows color (decimal): -15391885 or 7545621. OLE color: 7545621.

HSL color Cylindrical-coordinate representation of color #152373: hue angle of 231.06º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152373 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 35 115 -
CMYK 0.82 0.70 0 0.55
HSL 231.06º 0.69% 0.27% -
HSV(B) 231.06º 0.82% 0.45% -
XYZ 4 2.6 16.51 -
YUV 39.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 21 35 115 0.82 0.70 0 0.55 231.06 0.69 0.27
Hex 15 23 73 52 46 0 37 E7 45 1B
Octal 25 43 163 122 106 0 67 347 105 33
Binary 10101 100011 1110011 1010010 1000110 0 110111 11100111 1000101 11011

Color Harmonies of #152373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152373

Black with #152373

Text Example


Text Example

White with #152373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152373; }

 p { color: rgb(21,35,115); }

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

background-color css

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

 a { background-color: rgb(21,35,115); }

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

border-color css

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

 span { border-color: rgb(21,35,115); }

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