Html Css Color HEX #13053B Tolopea

📋 copy color: '#13053B'

red 19 ◦ green 5 ◦ blue 59

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

Shades of Tolopea #13053B

Tints of Tolopea #13053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.02%

 BLUE value IS 59 (23.44% from 255) = 71.08%

R = 22.89%
G = 6.02%
B = 71.08%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13053B (or 0x13053B) is known color: Tolopea. HEX triplet: 13, 05 and 3B. RGB value is (19,5,59). Sum of RGB (Red+Green+Blue) = 19+5+59=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 59 (23.44% from 255 or 71.08% from 83); Max value from RGB is 59 - color contains mainly: blue. Hex color #13053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13053B is #ECFAC4. Grayscale: #0F0F0F. Windows color (decimal): -15530693 or 3867923. OLE color: 3867923.

HSL color Cylindrical-coordinate representation of color #13053B: hue angle of 255.56º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13053B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 5 59 -
CMYK 0.68 0.92 0 0.77
HSL 255.56º 0.84% 0.13% -
HSV(B) 255.56º 0.92% 0.23% -
XYZ 1.11 0.56 4.19 -
YUV 15.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 19 5 59 0.68 0.92 0 0.77 255.56 0.84 0.13
Hex 13 5 3B 44 5C 0 4D 100 54 D
Octal 23 5 73 104 134 0 115 400 124 15
Binary 10011 101 111011 1000100 1011100 0 1001101 100000000 1010100 1101

Color Harmonies of #13053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13053B

Black with #13053B

Text Example


Text Example

White with #13053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13053B; }

 p { color: rgb(19,5,59); }

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

background-color css

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

 a { background-color: rgb(19,5,59); }

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

border-color css

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

 span { border-color: rgb(19,5,59); }

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