Html Css Color HEX #150264 Midnight Blue

📋 copy color: '#150264'

red 21 ◦ green 2 ◦ blue 100

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

Shades of Midnight Blue #150264

Tints of Midnight Blue #150264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 81.3%

R = 17.07%
G = 1.63%
B = 81.3%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150264 (or 0x150264) is known color: Midnight Blue. HEX triplet: 15, 02 and 64. RGB value is (21,2,100). Sum of RGB (Red+Green+Blue) = 21+2+100=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 100 (39.45% from 255 or 81.30% from 123); Max value from RGB is 100 - color contains mainly: blue. Hex color #150264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150264 is #EAFD9B. Grayscale: #121212. Windows color (decimal): -15400348 or 6554133. OLE color: 6554133.

HSL color Cylindrical-coordinate representation of color #150264: hue angle of 251.63º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150264 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 2 100 -
CMYK 0.79 0.98 0 0.61
HSL 251.63º 0.96% 0.2% -
HSV(B) 251.63º 0.98% 0.39% -
XYZ 2.63 1.12 12.13 -
YUV 18.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 21 2 100 0.79 0.98 0 0.61 251.63 0.96 0.2
Hex 15 2 64 4F 62 0 3D FC 60 14
Octal 25 2 144 117 142 0 75 374 140 24
Binary 10101 10 1100100 1001111 1100010 0 111101 11111100 1100000 10100

Color Harmonies of #150264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150264

Black with #150264

Text Example


Text Example

White with #150264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150264; }

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

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

background-color css

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

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

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

border-color css

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

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

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