Html Css Color HEX #150366 Midnight Blue

📋 copy color: '#150366'

red 21 ◦ green 3 ◦ blue 102

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

Shades of Midnight Blue #150366

Tints of Midnight Blue #150366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 80.95%

R = 16.67%
G = 2.38%
B = 80.95%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#150366 (or 0x150366) is known color: Midnight Blue. HEX triplet: 15, 03 and 66. RGB value is (21,3,102). Sum of RGB (Red+Green+Blue) = 21+3+102=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #150366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150366 is #EAFC99. Grayscale: #131313. Windows color (decimal): -15400090 or 6685461. OLE color: 6685461.

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

Color convert

RGB 21 3 102 -
CMYK 0.79 0.97 0 0.6
HSL 250.91º 0.94% 0.21% -
HSV(B) 250.91º 0.97% 0.4% -
XYZ 2.74 1.18 12.65 -
YUV 19.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 21 3 102 0.79 0.97 0 0.6 250.91 0.94 0.21
Hex 15 3 66 4F 61 0 3C FB 5E 15
Octal 25 3 146 117 141 0 74 373 136 25
Binary 10101 11 1100110 1001111 1100001 0 111100 11111011 1011110 10101

Color Harmonies of #150366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150366

Black with #150366

Text Example


Text Example

White with #150366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150366; }

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

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

background-color css

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

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

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

border-color css

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

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

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