Html Css Color HEX #130633 Tolopea

📋 copy color: '#130633'

red 19 ◦ green 6 ◦ blue 51

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

Shades of Tolopea #130633

Tints of Tolopea #130633

RGB

 RED value IS 19 (7.81% from 255) = 25%

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

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

R = 25%
G = 7.89%
B = 67.11%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#130633 (or 0x130633) is known color: Tolopea. HEX triplet: 13, 06 and 33. RGB value is (19,6,51). Sum of RGB (Red+Green+Blue) = 19+6+51=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #130633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130633 is #ECF9CC. Grayscale: #0E0E0E. Windows color (decimal): -15530445 or 3343891. OLE color: 3343891.

HSL color Cylindrical-coordinate representation of color #130633: hue angle of 257.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130633 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 6 51 -
CMYK 0.63 0.88 0 0.8
HSL 257.33º 0.79% 0.11% -
HSV(B) 257.33º 0.88% 0.2% -
XYZ 0.93 0.51 3.18 -
YUV 15.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 19 6 51 0.63 0.88 0 0.8 257.33 0.79 0.11
Hex 13 6 33 3F 58 0 50 101 4F B
Octal 23 6 63 77 130 0 120 401 117 13
Binary 10011 110 110011 111111 1011000 0 1010000 100000001 1001111 1011

Color Harmonies of #130633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130633

Black with #130633

Text Example


Text Example

White with #130633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130633; }

 p { color: rgb(19,6,51); }

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

background-color css

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

 a { background-color: rgb(19,6,51); }

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

border-color css

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

 span { border-color: rgb(19,6,51); }

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