Html Css Color HEX #13464D Cyprus

📋 copy color: '#13464D'

red 19 ◦ green 70 ◦ blue 77

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

Shades of Cyprus #13464D

Tints of Cyprus #13464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.17%

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 11.45%
G = 42.17%
B = 46.39%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13464D (or 0x13464D) is known color: Cyprus. HEX triplet: 13, 46 and 4D. RGB value is (19,70,77). Sum of RGB (Red+Green+Blue) = 19+70+77=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #13464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13464D is #ECB9B2. Grayscale: #373737. Windows color (decimal): -15514035 or 5064211. OLE color: 5064211.

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

Color convert

RGB 19 70 77 -
CMYK 0.75 0.09 0 0.70
HSL 187.24º 0.6% 0.19% -
HSV(B) 187.24º 0.75% 0.3% -
XYZ 3.8 5.05 7.8 -
YUV 55.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 19 70 77 0.75 0.09 0 0.70 187.24 0.6 0.19
Hex 13 46 4D 4B 9 0 46 BB 3C 13
Octal 23 106 115 113 11 0 106 273 74 23
Binary 10011 1000110 1001101 1001011 1001 0 1000110 10111011 111100 10011

Color Harmonies of #13464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13464D

Black with #13464D

Text Example


Text Example

White with #13464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,70,77); }

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

background-color css

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

 a { background-color: rgb(19,70,77); }

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

border-color css

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

 span { border-color: rgb(19,70,77); }

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