Html Css Color HEX #13093D Tolopea

📋 copy color: '#13093D'

red 19 ◦ green 9 ◦ blue 61

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

Shades of Tolopea #13093D

Tints of Tolopea #13093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 68.54%

R = 21.35%
G = 10.11%
B = 68.54%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13093D (or 0x13093D) is known color: Tolopea. HEX triplet: 13, 09 and 3D. RGB value is (19,9,61). Sum of RGB (Red+Green+Blue) = 19+9+61=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #13093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13093D is #ECF6C2. Grayscale: #111111. Windows color (decimal): -15529667 or 4000019. OLE color: 4000019.

HSL color Cylindrical-coordinate representation of color #13093D: hue angle of 251.54º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13093D is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 9 61 -
CMYK 0.69 0.85 0 0.76
HSL 251.54º 0.74% 0.14% -
HSV(B) 251.54º 0.85% 0.24% -
XYZ 1.21 0.67 4.48 -
YUV 17.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 19 9 61 0.69 0.85 0 0.76 251.54 0.74 0.14
Hex 13 9 3D 45 55 0 4C FC 4A E
Octal 23 11 75 105 125 0 114 374 112 16
Binary 10011 1001 111101 1000101 1010101 0 1001100 11111100 1001010 1110

Color Harmonies of #13093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13093D

Black with #13093D

Text Example


Text Example

White with #13093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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