Html Css Color HEX #130A37 Tolopea

📋 copy color: '#130A37'

red 19 ◦ green 10 ◦ blue 55

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

Shades of Tolopea #130A37

Tints of Tolopea #130A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.9%

 BLUE value IS 55 (21.88% from 255) = 65.48%

R = 22.62%
G = 11.9%
B = 65.48%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130A37 (or 0x130A37) is known color: Tolopea. HEX triplet: 13, 0A and 37. RGB value is (19,10,55). Sum of RGB (Red+Green+Blue) = 19+10+55=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #130A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A37 is #ECF5C8. Grayscale: #111111. Windows color (decimal): -15529417 or 3607059. OLE color: 3607059.

HSL color Cylindrical-coordinate representation of color #130A37: hue angle of 252º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130A37 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 10 55 -
CMYK 0.65 0.82 0 0.78
HSL 252º 0.69% 0.13% -
HSV(B) 252º 0.82% 0.22% -
XYZ 1.07 0.63 3.68 -
YUV 17.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 19 10 55 0.65 0.82 0 0.78 252 0.69 0.13
Hex 13 A 37 41 52 0 4E FC 45 D
Octal 23 12 67 101 122 0 116 374 105 15
Binary 10011 1010 110111 1000001 1010010 0 1001110 11111100 1000101 1101

Color Harmonies of #130A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A37

Black with #130A37

Text Example


Text Example

White with #130A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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