Html Css Color HEX #130939 Tolopea

📋 copy color: '#130939'

red 19 ◦ green 9 ◦ blue 57

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

Shades of Tolopea #130939

Tints of Tolopea #130939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.59%

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

R = 22.35%
G = 10.59%
B = 67.06%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130939 (or 0x130939) is known color: Tolopea. HEX triplet: 13, 09 and 39. RGB value is (19,9,57). Sum of RGB (Red+Green+Blue) = 19+9+57=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 57 (22.66% from 255 or 67.06% from 85); Max value from RGB is 57 - color contains mainly: blue. Hex color #130939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130939 is #ECF6C6. Grayscale: #111111. Windows color (decimal): -15529671 or 3737875. OLE color: 3737875.

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

Color convert

RGB 19 9 57 -
CMYK 0.67 0.84 0 0.78
HSL 252.5º 0.73% 0.13% -
HSV(B) 252.5º 0.84% 0.22% -
XYZ 1.1 0.63 3.93 -
YUV 17.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 19 9 57 0.67 0.84 0 0.78 252.5 0.73 0.13
Hex 13 9 39 43 54 0 4E FD 49 D
Octal 23 11 71 103 124 0 116 375 111 15
Binary 10011 1001 111001 1000011 1010100 0 1001110 11111101 1001001 1101

Color Harmonies of #130939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130939

Black with #130939

Text Example


Text Example

White with #130939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130939; }

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

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

background-color css

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

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

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

border-color css

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

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

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