Html Css Color HEX #130B38 Tolopea

📋 copy color: '#130B38'

red 19 ◦ green 11 ◦ blue 56

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

Shades of Tolopea #130B38

Tints of Tolopea #130B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.12%

R = 22.09%
G = 12.79%
B = 65.12%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130B38 (or 0x130B38) is known color: Tolopea. HEX triplet: 13, 0B and 38. RGB value is (19,11,56). Sum of RGB (Red+Green+Blue) = 19+11+56=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #130B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B38 is #ECF4C7. Grayscale: #121212. Windows color (decimal): -15529160 or 3672851. OLE color: 3672851.

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

Color convert

RGB 19 11 56 -
CMYK 0.66 0.80 0 0.78
HSL 250.67º 0.67% 0.13% -
HSV(B) 250.67º 0.8% 0.22% -
XYZ 1.1 0.66 3.81 -
YUV 18.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 19 11 56 0.66 0.80 0 0.78 250.67 0.67 0.13
Hex 13 B 38 42 50 0 4E FB 43 D
Octal 23 13 70 102 120 0 116 373 103 15
Binary 10011 1011 111000 1000010 1010000 0 1001110 11111011 1000011 1101

Color Harmonies of #130B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B38

Black with #130B38

Text Example


Text Example

White with #130B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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