Html Css Color HEX #150562 Midnight Blue

📋 copy color: '#150562'

red 21 ◦ green 5 ◦ blue 98

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

Shades of Midnight Blue #150562

Tints of Midnight Blue #150562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 98 (38.67% from 255) = 79.03%

R = 16.94%
G = 4.03%
B = 79.03%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150562 (or 0x150562) is known color: Midnight Blue. HEX triplet: 15, 05 and 62. RGB value is (21,5,98). Sum of RGB (Red+Green+Blue) = 21+5+98=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #150562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150562 is #EAFA9D. Grayscale: #141414. Windows color (decimal): -15399582 or 6423829. OLE color: 6423829.

HSL color Cylindrical-coordinate representation of color #150562: hue angle of 250.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150562 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 5 98 -
CMYK 0.79 0.95 0 0.62
HSL 250.32º 0.9% 0.2% -
HSV(B) 250.32º 0.95% 0.38% -
XYZ 2.57 1.15 11.64 -
YUV 20.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 21 5 98 0.79 0.95 0 0.62 250.32 0.9 0.2
Hex 15 5 62 4F 5F 0 3E FA 5A 14
Octal 25 5 142 117 137 0 76 372 132 24
Binary 10101 101 1100010 1001111 1011111 0 111110 11111010 1011010 10100

Color Harmonies of #150562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150562

Black with #150562

Text Example


Text Example

White with #150562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150562; }

 p { color: rgb(21,5,98); }

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

background-color css

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

 a { background-color: rgb(21,5,98); }

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

border-color css

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

 span { border-color: rgb(21,5,98); }

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