Html Css Color HEX #13063E Tolopea

📋 copy color: '#13063E'

red 19 ◦ green 6 ◦ blue 62

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

Shades of Tolopea #13063E

Tints of Tolopea #13063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

 BLUE value IS 62 (24.61% from 255) = 71.26%

R = 21.84%
G = 6.9%
B = 71.26%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13063E (or 0x13063E) is known color: Tolopea. HEX triplet: 13, 06 and 3E. RGB value is (19,6,62). Sum of RGB (Red+Green+Blue) = 19+6+62=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 62 (24.61% from 255 or 71.26% from 87); Max value from RGB is 62 - color contains mainly: blue. Hex color #13063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13063E is #ECF9C1. Grayscale: #101010. Windows color (decimal): -15530434 or 4064787. OLE color: 4064787.

HSL color Cylindrical-coordinate representation of color #13063E: hue angle of 253.93º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13063E is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 6 62 -
CMYK 0.69 0.90 0 0.76
HSL 253.93º 0.82% 0.13% -
HSV(B) 253.93º 0.9% 0.24% -
XYZ 1.2 0.62 4.61 -
YUV 16.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 19 6 62 0.69 0.90 0 0.76 253.93 0.82 0.13
Hex 13 6 3E 45 5A 0 4C FE 52 D
Octal 23 6 76 105 132 0 114 376 122 15
Binary 10011 110 111110 1000101 1011010 0 1001100 11111110 1010010 1101

Color Harmonies of #13063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13063E

Black with #13063E

Text Example


Text Example

White with #13063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13063E; }

 p { color: rgb(19,6,62); }

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

background-color css

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

 a { background-color: rgb(19,6,62); }

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

border-color css

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

 span { border-color: rgb(19,6,62); }

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