Html Css Color HEX #130B40 Tolopea

📋 copy color: '#130B40'

red 19 ◦ green 11 ◦ blue 64

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

Shades of Tolopea #130B40

Tints of Tolopea #130B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.7%

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 20.21%
G = 11.7%
B = 68.09%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130B40 (or 0x130B40) is known color: Tolopea. HEX triplet: 13, 0B and 40. RGB value is (19,11,64). Sum of RGB (Red+Green+Blue) = 19+11+64=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #130B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B40 is #ECF4BF. Grayscale: #131313. Windows color (decimal): -15529152 or 4197139. OLE color: 4197139.

HSL color Cylindrical-coordinate representation of color #130B40: hue angle of 249.06º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130B40 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 11 64 -
CMYK 0.70 0.83 0 0.75
HSL 249.06º 0.71% 0.15% -
HSV(B) 249.06º 0.83% 0.25% -
XYZ 1.31 0.75 4.93 -
YUV 19.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 19 11 64 0.70 0.83 0 0.75 249.06 0.71 0.15
Hex 13 B 40 46 53 0 4B F9 47 F
Octal 23 13 100 106 123 0 113 371 107 17
Binary 10011 1011 1000000 1000110 1010011 0 1001011 11111001 1000111 1111

Color Harmonies of #130B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B40

Black with #130B40

Text Example


Text Example

White with #130B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,11,64); }

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

background-color css

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

 a { background-color: rgb(19,11,64); }

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

border-color css

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

 span { border-color: rgb(19,11,64); }

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