Html Css Color HEX #130B39 Tolopea

📋 copy color: '#130B39'

red 19 ◦ green 11 ◦ blue 57

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

Shades of Tolopea #130B39

Tints of Tolopea #130B39

RGB

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

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

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

R = 21.84%
G = 12.64%
B = 65.52%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130B39 (or 0x130B39) is known color: Tolopea. HEX triplet: 13, 0B and 39. RGB value is (19,11,57). Sum of RGB (Red+Green+Blue) = 19+11+57=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #130B39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B39 is #ECF4C6. Grayscale: #121212. Windows color (decimal): -15529159 or 3738387. OLE color: 3738387.

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

Color convert

RGB 19 11 57 -
CMYK 0.67 0.81 0 0.78
HSL 250.43º 0.68% 0.13% -
HSV(B) 250.43º 0.81% 0.22% -
XYZ 1.13 0.67 3.94 -
YUV 18.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 19 11 57 0.67 0.81 0 0.78 250.43 0.68 0.13
Hex 13 B 39 43 51 0 4E FA 44 D
Octal 23 13 71 103 121 0 116 372 104 15
Binary 10011 1011 111001 1000011 1010001 0 1001110 11111010 1000100 1101

Color Harmonies of #130B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B39

Black with #130B39

Text Example


Text Example

White with #130B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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