Html Css Color HEX #13494C Cyprus

📋 copy color: '#13494C'

red 19 ◦ green 73 ◦ blue 76

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

Shades of Cyprus #13494C

Tints of Cyprus #13494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 11.31%
G = 43.45%
B = 45.24%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13494C (or 0x13494C) is known color: Cyprus. HEX triplet: 13, 49 and 4C. RGB value is (19,73,76). Sum of RGB (Red+Green+Blue) = 19+73+76=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #13494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13494C is #ECB6B3. Grayscale: #393939. Windows color (decimal): -15513268 or 4999443. OLE color: 4999443.

HSL color Cylindrical-coordinate representation of color #13494C: hue angle of 183.16º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13494C is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 73 76 -
CMYK 0.75 0.04 0 0.70
HSL 183.16º 0.6% 0.19% -
HSV(B) 183.16º 0.75% 0.3% -
XYZ 3.96 5.43 7.68 -
YUV 57.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 19 73 76 0.75 0.04 0 0.70 183.16 0.6 0.19
Hex 13 49 4C 4B 4 0 46 B7 3C 13
Octal 23 111 114 113 4 0 106 267 74 23
Binary 10011 1001001 1001100 1001011 100 0 1000110 10110111 111100 10011

Color Harmonies of #13494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13494C

Black with #13494C

Text Example


Text Example

White with #13494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13494C; }

 p { color: rgb(19,73,76); }

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

background-color css

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

 a { background-color: rgb(19,73,76); }

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

border-color css

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

 span { border-color: rgb(19,73,76); }

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