#130437

Color #130437 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #130437

Tints of Tolopea #130437

Color information

#130437 (or 0x130437) is unknown color: approx Tolopea. HEX triplet: 13, 04 and 37. RGB value is (19,4,55). Sum of RGB (Red+Green+Blue) = 19+4+55=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #130437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130437 is #ECFBC8. Grayscale: #0E0E0E. Windows color (decimal): -15530953 or 3605523. OLE color: 3605523.

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

Color convert

RGB19455-
CMYK0.650.9300.78
HSL257.65º86.44%11.57%-
HSV(B)257.65º92.73%21.57%-
XYZ10.53.66-
YUV14.3150.97131.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 55 (21.88% from 255) = 70.51%
R=24.36%
G=5.13%
B=70.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal194550.650.9300.78257.6586.4411.57
Hex13437415D04E10256c
Octal23467101135011640212614
Binary10011100110111100000110111010100111010000001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130437; }

 p { color: rgb(19,4,55); }

 H1.HeaderClassName
 {
   color: #130437;
 }
 .AnyTagClassName
 {
   color: #130437;
 }
</style>
background-color css

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

 a { background-color: rgb(19,4,55); }

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

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

 span { border-color: rgb(19,4,55); }

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