Html Css Color HEX #150355 Midnight Blue

📋 copy color: '#150355'

red 21 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #150355

Tints of Midnight Blue #150355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 77.98%

R = 19.27%
G = 2.75%
B = 77.98%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150355 (or 0x150355) is known color: Midnight Blue. HEX triplet: 15, 03 and 55. RGB value is (21,3,85). Sum of RGB (Red+Green+Blue) = 21+3+85=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #150355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150355 is #EAFCAA. Grayscale: #111111. Windows color (decimal): -15400107 or 5571349. OLE color: 5571349.

HSL color Cylindrical-coordinate representation of color #150355: hue angle of 253.17º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150355 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 3 85 -
CMYK 0.75 0.96 0 0.67
HSL 253.17º 0.93% 0.17% -
HSV(B) 253.17º 0.96% 0.33% -
XYZ 1.98 0.88 8.66 -
YUV 17.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 21 3 85 0.75 0.96 0 0.67 253.17 0.93 0.17
Hex 15 3 55 4B 60 0 43 FD 5D 11
Octal 25 3 125 113 140 0 103 375 135 21
Binary 10101 11 1010101 1001011 1100000 0 1000011 11111101 1011101 10001

Color Harmonies of #150355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150355

Black with #150355

Text Example


Text Example

White with #150355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150355; }

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

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

background-color css

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

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

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

border-color css

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

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

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