Html Css Color HEX #13073F Tolopea

📋 copy color: '#13073F'

red 19 ◦ green 7 ◦ blue 63

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

Shades of Tolopea #13073F

Tints of Tolopea #13073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.87%

 BLUE value IS 63 (25% from 255) = 70.79%

R = 21.35%
G = 7.87%
B = 70.79%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13073F (or 0x13073F) is known color: Tolopea. HEX triplet: 13, 07 and 3F. RGB value is (19,7,63). Sum of RGB (Red+Green+Blue) = 19+7+63=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #13073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13073F is #ECF8C0. Grayscale: #101010. Windows color (decimal): -15530177 or 4130579. OLE color: 4130579.

HSL color Cylindrical-coordinate representation of color #13073F: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13073F is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 7 63 -
CMYK 0.70 0.89 0 0.75
HSL 252.86º 0.8% 0.14% -
HSV(B) 252.86º 0.89% 0.25% -
XYZ 1.24 0.65 4.76 -
YUV 16.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 19 7 63 0.70 0.89 0 0.75 252.86 0.8 0.14
Hex 13 7 3F 46 59 0 4B FD 50 E
Octal 23 7 77 106 131 0 113 375 120 16
Binary 10011 111 111111 1000110 1011001 0 1001011 11111101 1010000 1110

Color Harmonies of #13073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13073F

Black with #13073F

Text Example


Text Example

White with #13073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13073F; }

 p { color: rgb(19,7,63); }

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

background-color css

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

 a { background-color: rgb(19,7,63); }

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

border-color css

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

 span { border-color: rgb(19,7,63); }

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