Html Css Color HEX #150C33 Tolopea

📋 copy color: '#150C33'

red 21 ◦ green 12 ◦ blue 51

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

Shades of Tolopea #150C33

Tints of Tolopea #150C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 60.71%

R = 25%
G = 14.29%
B = 60.71%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#150C33 (or 0x150C33) is known color: Tolopea. HEX triplet: 15, 0C and 33. RGB value is (21,12,51). Sum of RGB (Red+Green+Blue) = 21+12+51=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #150C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C33 is #EAF3CC. Grayscale: #121212. Windows color (decimal): -15397837 or 3345429. OLE color: 3345429.

HSL color Cylindrical-coordinate representation of color #150C33: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150C33 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 12 51 -
CMYK 0.59 0.76 0 0.8
HSL 253.85º 0.62% 0.12% -
HSV(B) 253.85º 0.76% 0.2% -
XYZ 1.04 0.66 3.2 -
YUV 19.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 21 12 51 0.59 0.76 0 0.8 253.85 0.62 0.12
Hex 15 C 33 3B 4C 0 50 FE 3E C
Octal 25 14 63 73 114 0 120 376 76 14
Binary 10101 1100 110011 111011 1001100 0 1010000 11111110 111110 1100

Color Harmonies of #150C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C33

Black with #150C33

Text Example


Text Example

White with #150C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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