Html Css Color HEX #130639 Tolopea

📋 copy color: '#130639'

red 19 ◦ green 6 ◦ blue 57

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

Shades of Tolopea #130639

Tints of Tolopea #130639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 69.51%

R = 23.17%
G = 7.32%
B = 69.51%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130639 (or 0x130639) is known color: Tolopea. HEX triplet: 13, 06 and 39. RGB value is (19,6,57). Sum of RGB (Red+Green+Blue) = 19+6+57=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #130639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130639 is #ECF9C6. Grayscale: #0F0F0F. Windows color (decimal): -15530439 or 3737107. OLE color: 3737107.

HSL color Cylindrical-coordinate representation of color #130639: hue angle of 255.29º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130639 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 6 57 -
CMYK 0.67 0.89 0 0.78
HSL 255.29º 0.81% 0.12% -
HSV(B) 255.29º 0.89% 0.22% -
XYZ 1.07 0.56 3.92 -
YUV 15.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 19 6 57 0.67 0.89 0 0.78 255.29 0.81 0.12
Hex 13 6 39 43 59 0 4E FF 51 C
Octal 23 6 71 103 131 0 116 377 121 14
Binary 10011 110 111001 1000011 1011001 0 1001110 11111111 1010001 1100

Color Harmonies of #130639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130639

Black with #130639

Text Example


Text Example

White with #130639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130639; }

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

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

background-color css

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

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

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

border-color css

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

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

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