Html Css Color HEX #150672 Midnight Blue

📋 copy color: '#150672'

red 21 ◦ green 6 ◦ blue 114

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

Shades of Midnight Blue #150672

Tints of Midnight Blue #150672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 114 (44.92% from 255) = 80.85%

R = 14.89%
G = 4.26%
B = 80.85%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150672 (or 0x150672) is known color: Midnight Blue. HEX triplet: 15, 06 and 72. RGB value is (21,6,114). Sum of RGB (Red+Green+Blue) = 21+6+114=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #150672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150672 is #EAF98D. Grayscale: #161616. Windows color (decimal): -15399310 or 7472661. OLE color: 7472661.

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

Color convert

RGB 21 6 114 -
CMYK 0.82 0.95 0 0.55
HSL 248.33º 0.9% 0.24% -
HSV(B) 248.33º 0.95% 0.45% -
XYZ 3.41 1.5 16.03 -
YUV 22.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 21 6 114 0.82 0.95 0 0.55 248.33 0.9 0.24
Hex 15 6 72 52 5F 0 37 F8 5A 18
Octal 25 6 162 122 137 0 67 370 132 30
Binary 10101 110 1110010 1010010 1011111 0 110111 11111000 1011010 11000

Color Harmonies of #150672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150672

Black with #150672

Text Example


Text Example

White with #150672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150672; }

 p { color: rgb(21,6,114); }

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

background-color css

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

 a { background-color: rgb(21,6,114); }

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

border-color css

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

 span { border-color: rgb(21,6,114); }

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