Html Css Color HEX #150835 Tolopea

📋 copy color: '#150835'

red 21 ◦ green 8 ◦ blue 53

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

Shades of Tolopea #150835

Tints of Tolopea #150835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 53 (21.09% from 255) = 64.63%

R = 25.61%
G = 9.76%
B = 64.63%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150835 (or 0x150835) is known color: Tolopea. HEX triplet: 15, 08 and 35. RGB value is (21,8,53). Sum of RGB (Red+Green+Blue) = 21+8+53=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #150835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150835 is #EAF7CA. Grayscale: #101010. Windows color (decimal): -15398859 or 3475477. OLE color: 3475477.

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

Color convert

RGB 21 8 53 -
CMYK 0.60 0.85 0 0.79
HSL 257.33º 0.74% 0.12% -
HSV(B) 257.33º 0.85% 0.21% -
XYZ 1.04 0.59 3.43 -
YUV 17.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 21 8 53 0.60 0.85 0 0.79 257.33 0.74 0.12
Hex 15 8 35 3C 55 0 4F 101 4A C
Octal 25 10 65 74 125 0 117 401 112 14
Binary 10101 1000 110101 111100 1010101 0 1001111 100000001 1001010 1100

Color Harmonies of #150835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150835

Black with #150835

Text Example


Text Example

White with #150835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150835; }

 p { color: rgb(21,8,53); }

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

background-color css

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

 a { background-color: rgb(21,8,53); }

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

border-color css

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

 span { border-color: rgb(21,8,53); }

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