Html Css Color HEX #150E3C Tolopea

📋 copy color: '#150E3C'

red 21 ◦ green 14 ◦ blue 60

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

Shades of Tolopea #150E3C

Tints of Tolopea #150E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.74%

 BLUE value IS 60 (23.83% from 255) = 63.16%

R = 22.11%
G = 14.74%
B = 63.16%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#150E3C (or 0x150E3C) is known color: Tolopea. HEX triplet: 15, 0E and 3C. RGB value is (21,14,60). Sum of RGB (Red+Green+Blue) = 21+14+60=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #150E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E3C is #EAF1C3. Grayscale: #151515. Windows color (decimal): -15397316 or 3935765. OLE color: 3935765.

HSL color Cylindrical-coordinate representation of color #150E3C: hue angle of 249.13º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150E3C is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 14 60 -
CMYK 0.65 0.77 0 0.76
HSL 249.13º 0.62% 0.15% -
HSV(B) 249.13º 0.77% 0.24% -
XYZ 1.28 0.8 4.36 -
YUV 21.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 21 14 60 0.65 0.77 0 0.76 249.13 0.62 0.15
Hex 15 E 3C 41 4D 0 4C F9 3E F
Octal 25 16 74 101 115 0 114 371 76 17
Binary 10101 1110 111100 1000001 1001101 0 1001100 11111001 111110 1111

Color Harmonies of #150E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E3C

Black with #150E3C

Text Example


Text Example

White with #150E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,60); }

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

background-color css

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

 a { background-color: rgb(21,14,60); }

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

border-color css

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

 span { border-color: rgb(21,14,60); }

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