Html Css Color HEX #152370 Midnight Blue

📋 copy color: '#152370'

red 21 ◦ green 35 ◦ blue 112

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

Shades of Midnight Blue #152370

Tints of Midnight Blue #152370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.67%

R = 12.5%
G = 20.83%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152370 (or 0x152370) is known color: Midnight Blue. HEX triplet: 15, 23 and 70. RGB value is (21,35,112). Sum of RGB (Red+Green+Blue) = 21+35+112=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #152370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152370 is #EADC8F. Grayscale: #272727. Windows color (decimal): -15391888 or 7349013. OLE color: 7349013.

HSL color Cylindrical-coordinate representation of color #152370: hue angle of 230.77º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152370 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 35 112 -
CMYK 0.81 0.69 0 0.56
HSL 230.77º 0.68% 0.26% -
HSV(B) 230.77º 0.81% 0.44% -
XYZ 3.83 2.53 15.62 -
YUV 39.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 21 35 112 0.81 0.69 0 0.56 230.77 0.68 0.26
Hex 15 23 70 51 45 0 38 E7 44 1A
Octal 25 43 160 121 105 0 70 347 104 32
Binary 10101 100011 1110000 1010001 1000101 0 111000 11100111 1000100 11010

Color Harmonies of #152370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152370

Black with #152370

Text Example


Text Example

White with #152370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152370; }

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

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

background-color css

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

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

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

border-color css

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

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

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