Html Css Color HEX #152385 Midnight Blue

📋 copy color: '#152385'

red 21 ◦ green 35 ◦ blue 133

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

Shades of Midnight Blue #152385

Tints of Midnight Blue #152385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 11.11%
G = 18.52%
B = 70.37%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#152385 (or 0x152385) is known color: Midnight Blue. HEX triplet: 15, 23 and 85. RGB value is (21,35,133). Sum of RGB (Red+Green+Blue) = 21+35+133=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #152385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152385 is #EADC7A. Grayscale: #292929. Windows color (decimal): -15391867 or 8725269. OLE color: 8725269.

HSL color Cylindrical-coordinate representation of color #152385: hue angle of 232.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152385 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 35 133 -
CMYK 0.84 0.74 0 0.48
HSL 232.5º 0.73% 0.3% -
HSV(B) 232.5º 0.84% 0.52% -
XYZ 5.14 3.05 22.51 -
YUV 41.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 21 35 133 0.84 0.74 0 0.48 232.5 0.73 0.3
Hex 15 23 85 54 4A 0 30 E8 49 1E
Octal 25 43 205 124 112 0 60 350 111 36
Binary 10101 100011 10000101 1010100 1001010 0 110000 11101000 1001001 11110

Color Harmonies of #152385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152385

Black with #152385

Text Example


Text Example

White with #152385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152385; }

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

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

background-color css

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

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

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

border-color css

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

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

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