Html Css Color HEX #152283 Midnight Blue

📋 copy color: '#152283'

red 21 ◦ green 34 ◦ blue 131

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

Shades of Midnight Blue #152283

Tints of Midnight Blue #152283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 131 (51.56% from 255) = 70.43%

R = 11.29%
G = 18.28%
B = 70.43%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152283 (or 0x152283) is known color: Midnight Blue. HEX triplet: 15, 22 and 83. RGB value is (21,34,131). Sum of RGB (Red+Green+Blue) = 21+34+131=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #152283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152283 is #EADD7C. Grayscale: #282828. Windows color (decimal): -15392125 or 8593941. OLE color: 8593941.

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

Color convert

RGB 21 34 131 -
CMYK 0.84 0.74 0 0.49
HSL 232.91º 0.72% 0.3% -
HSV(B) 232.91º 0.84% 0.51% -
XYZ 4.98 2.94 21.78 -
YUV 41.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 21 34 131 0.84 0.74 0 0.49 232.91 0.72 0.3
Hex 15 22 83 54 4A 0 31 E9 48 1E
Octal 25 42 203 124 112 0 61 351 110 36
Binary 10101 100010 10000011 1010100 1001010 0 110001 11101001 1001000 11110

Color Harmonies of #152283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152283

Black with #152283

Text Example


Text Example

White with #152283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152283; }

 p { color: rgb(21,34,131); }

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

background-color css

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

 a { background-color: rgb(21,34,131); }

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

border-color css

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

 span { border-color: rgb(21,34,131); }

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