Html Css Color HEX #13464A Cyprus

📋 copy color: '#13464A'

red 19 ◦ green 70 ◦ blue 74

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

Shades of Cyprus #13464A

Tints of Cyprus #13464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 11.66%
G = 42.94%
B = 45.4%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13464A (or 0x13464A) is known color: Cyprus. HEX triplet: 13, 46 and 4A. RGB value is (19,70,74). Sum of RGB (Red+Green+Blue) = 19+70+74=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #13464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13464A is #ECB9B5. Grayscale: #373737. Windows color (decimal): -15514038 or 4867603. OLE color: 4867603.

HSL color Cylindrical-coordinate representation of color #13464A: hue angle of 184.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13464A is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 70 74 -
CMYK 0.74 0.05 0 0.71
HSL 184.36º 0.59% 0.18% -
HSV(B) 184.36º 0.74% 0.29% -
XYZ 3.69 5.01 7.25 -
YUV 55.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 19 70 74 0.74 0.05 0 0.71 184.36 0.59 0.18
Hex 13 46 4A 4A 5 0 47 B8 3B 12
Octal 23 106 112 112 5 0 107 270 73 22
Binary 10011 1000110 1001010 1001010 101 0 1000111 10111000 111011 10010

Color Harmonies of #13464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13464A

Black with #13464A

Text Example


Text Example

White with #13464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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