Html Css Color HEX #150362 Midnight Blue

📋 copy color: '#150362'

red 21 ◦ green 3 ◦ blue 98

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

Shades of Midnight Blue #150362

Tints of Midnight Blue #150362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 17.21%
G = 2.46%
B = 80.33%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150362 (or 0x150362) is known color: Midnight Blue. HEX triplet: 15, 03 and 62. RGB value is (21,3,98). Sum of RGB (Red+Green+Blue) = 21+3+98=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #150362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150362 is #EAFC9D. Grayscale: #121212. Windows color (decimal): -15400094 or 6423317. OLE color: 6423317.

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

Color convert

RGB 21 3 98 -
CMYK 0.79 0.97 0 0.62
HSL 251.37º 0.94% 0.2% -
HSV(B) 251.37º 0.97% 0.38% -
XYZ 2.55 1.11 11.63 -
YUV 19.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 21 3 98 0.79 0.97 0 0.62 251.37 0.94 0.2
Hex 15 3 62 4F 61 0 3E FB 5E 14
Octal 25 3 142 117 141 0 76 373 136 24
Binary 10101 11 1100010 1001111 1100001 0 111110 11111011 1011110 10100

Color Harmonies of #150362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150362

Black with #150362

Text Example


Text Example

White with #150362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150362; }

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

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

background-color css

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

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

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

border-color css

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

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

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