Html Css Color HEX #150273 Midnight Blue

📋 copy color: '#150273'

red 21 ◦ green 2 ◦ blue 115

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

Shades of Midnight Blue #150273

Tints of Midnight Blue #150273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 115 (45.31% from 255) = 83.33%

R = 15.22%
G = 1.45%
B = 83.33%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150273 (or 0x150273) is known color: Midnight Blue. HEX triplet: 15, 02 and 73. RGB value is (21,2,115). Sum of RGB (Red+Green+Blue) = 21+2+115=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #150273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150273 is #EAFD8C. Grayscale: #141414. Windows color (decimal): -15400333 or 7537173. OLE color: 7537173.

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

Color convert

RGB 21 2 115 -
CMYK 0.82 0.98 0 0.55
HSL 250.09º 0.97% 0.23% -
HSV(B) 250.09º 0.98% 0.45% -
XYZ 3.43 1.44 16.32 -
YUV 20.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 21 2 115 0.82 0.98 0 0.55 250.09 0.97 0.23
Hex 15 2 73 52 62 0 37 FA 61 17
Octal 25 2 163 122 142 0 67 372 141 27
Binary 10101 10 1110011 1010010 1100010 0 110111 11111010 1100001 10111

Color Harmonies of #150273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150273

Black with #150273

Text Example


Text Example

White with #150273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150273; }

 p { color: rgb(21,2,115); }

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

background-color css

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

 a { background-color: rgb(21,2,115); }

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

border-color css

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

 span { border-color: rgb(21,2,115); }

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