Html Css Color HEX #150636 Tolopea

📋 copy color: '#150636'

red 21 ◦ green 6 ◦ blue 54

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

Shades of Tolopea #150636

Tints of Tolopea #150636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

 BLUE value IS 54 (21.48% from 255) = 66.67%

R = 25.93%
G = 7.41%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150636 (or 0x150636) is known color: Tolopea. HEX triplet: 15, 06 and 36. RGB value is (21,6,54). Sum of RGB (Red+Green+Blue) = 21+6+54=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #150636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150636 is #EAF9C9. Grayscale: #0F0F0F. Windows color (decimal): -15399370 or 3540501. OLE color: 3540501.

HSL color Cylindrical-coordinate representation of color #150636: hue angle of 258.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150636 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 6 54 -
CMYK 0.61 0.89 0 0.79
HSL 258.75º 0.8% 0.12% -
HSV(B) 258.75º 0.89% 0.21% -
XYZ 1.04 0.56 3.54 -
YUV 15.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 21 6 54 0.61 0.89 0 0.79 258.75 0.8 0.12
Hex 15 6 36 3D 59 0 4F 103 50 C
Octal 25 6 66 75 131 0 117 403 120 14
Binary 10101 110 110110 111101 1011001 0 1001111 100000011 1010000 1100

Color Harmonies of #150636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150636

Black with #150636

Text Example


Text Example

White with #150636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150636; }

 p { color: rgb(21,6,54); }

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

background-color css

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

 a { background-color: rgb(21,6,54); }

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

border-color css

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

 span { border-color: rgb(21,6,54); }

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