Html Css Color HEX #152274 Midnight Blue

📋 copy color: '#152274'

red 21 ◦ green 34 ◦ blue 116

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

Shades of Midnight Blue #152274

Tints of Midnight Blue #152274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.84%

R = 12.28%
G = 19.88%
B = 67.84%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#152274 (or 0x152274) is known color: Midnight Blue. HEX triplet: 15, 22 and 74. RGB value is (21,34,116). Sum of RGB (Red+Green+Blue) = 21+34+116=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #152274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152274 is #EADD8B. Grayscale: #272727. Windows color (decimal): -15392140 or 7610901. OLE color: 7610901.

HSL color Cylindrical-coordinate representation of color #152274: hue angle of 231.79º 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 #152274 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 34 116 -
CMYK 0.82 0.71 0 0.55
HSL 231.79º 0.69% 0.27% -
HSV(B) 231.79º 0.82% 0.45% -
XYZ 4.03 2.56 16.81 -
YUV 39.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 21 34 116 0.82 0.71 0 0.55 231.79 0.69 0.27
Hex 15 22 74 52 47 0 37 E8 45 1B
Octal 25 42 164 122 107 0 67 350 105 33
Binary 10101 100010 1110100 1010010 1000111 0 110111 11101000 1000101 11011

Color Harmonies of #152274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152274

Black with #152274

Text Example


Text Example

White with #152274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152274; }

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

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

background-color css

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

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

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

border-color css

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

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

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