Html Css Color HEX #150C37 Tolopea

📋 copy color: '#150C37'

red 21 ◦ green 12 ◦ blue 55

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

Shades of Tolopea #150C37

Tints of Tolopea #150C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.64%

 BLUE value IS 55 (21.88% from 255) = 62.5%

R = 23.86%
G = 13.64%
B = 62.5%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#150C37 (or 0x150C37) is known color: Tolopea. HEX triplet: 15, 0C and 37. RGB value is (21,12,55). Sum of RGB (Red+Green+Blue) = 21+12+55=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #150C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C37 is #EAF3C8. Grayscale: #131313. Windows color (decimal): -15397833 or 3607573. OLE color: 3607573.

HSL color Cylindrical-coordinate representation of color #150C37: hue angle of 252.56º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150C37 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 12 55 -
CMYK 0.62 0.78 0 0.78
HSL 252.56º 0.64% 0.13% -
HSV(B) 252.56º 0.78% 0.22% -
XYZ 1.13 0.7 3.69 -
YUV 19.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 21 12 55 0.62 0.78 0 0.78 252.56 0.64 0.13
Hex 15 C 37 3E 4E 0 4E FD 40 D
Octal 25 14 67 76 116 0 116 375 100 15
Binary 10101 1100 110111 111110 1001110 0 1001110 11111101 1000000 1101

Color Harmonies of #150C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C37

Black with #150C37

Text Example


Text Example

White with #150C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C37; }

 p { color: rgb(21,12,55); }

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

background-color css

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

 a { background-color: rgb(21,12,55); }

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

border-color css

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

 span { border-color: rgb(21,12,55); }

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