Html Css Color HEX #13484C Cyprus

📋 copy color: '#13484C'

red 19 ◦ green 72 ◦ blue 76

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

Shades of Cyprus #13484C

Tints of Cyprus #13484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 11.38%
G = 43.11%
B = 45.51%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13484C (or 0x13484C) is known color: Cyprus. HEX triplet: 13, 48 and 4C. RGB value is (19,72,76). Sum of RGB (Red+Green+Blue) = 19+72+76=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #13484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13484C is #ECB7B3. Grayscale: #383838. Windows color (decimal): -15513524 or 4999187. OLE color: 4999187.

HSL color Cylindrical-coordinate representation of color #13484C: hue angle of 184.21º 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 #13484C is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 72 76 -
CMYK 0.75 0.05 0 0.70
HSL 184.21º 0.6% 0.19% -
HSV(B) 184.21º 0.75% 0.3% -
XYZ 3.89 5.29 7.65 -
YUV 56.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 19 72 76 0.75 0.05 0 0.70 184.21 0.6 0.19
Hex 13 48 4C 4B 5 0 46 B8 3C 13
Octal 23 110 114 113 5 0 106 270 74 23
Binary 10011 1001000 1001100 1001011 101 0 1000110 10111000 111100 10011

Color Harmonies of #13484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13484C

Black with #13484C

Text Example


Text Example

White with #13484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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