Html Css Color HEX #150762 Midnight Blue

📋 copy color: '#150762'

red 21 ◦ green 7 ◦ blue 98

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

Shades of Midnight Blue #150762

Tints of Midnight Blue #150762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 16.67%
G = 5.56%
B = 77.78%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150762 (or 0x150762) is known color: Midnight Blue. HEX triplet: 15, 07 and 62. RGB value is (21,7,98). Sum of RGB (Red+Green+Blue) = 21+7+98=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #150762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150762 is #EAF89D. Grayscale: #151515. Windows color (decimal): -15399070 or 6424341. OLE color: 6424341.

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

Color convert

RGB 21 7 98 -
CMYK 0.79 0.93 0 0.62
HSL 249.23º 0.87% 0.21% -
HSV(B) 249.23º 0.93% 0.38% -
XYZ 2.59 1.19 11.65 -
YUV 21.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 21 7 98 0.79 0.93 0 0.62 249.23 0.87 0.21
Hex 15 7 62 4F 5D 0 3E F9 57 15
Octal 25 7 142 117 135 0 76 371 127 25
Binary 10101 111 1100010 1001111 1011101 0 111110 11111001 1010111 10101

Color Harmonies of #150762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150762

Black with #150762

Text Example


Text Example

White with #150762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150762; }

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

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

background-color css

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

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

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

border-color css

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

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

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