Html Css Color HEX #134749 Cyprus

📋 copy color: '#134749'

red 19 ◦ green 71 ◦ blue 73

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

Shades of Cyprus #134749

Tints of Cyprus #134749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 11.66%
G = 43.56%
B = 44.79%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#134749 (or 0x134749) is known color: Cyprus. HEX triplet: 13, 47 and 49. RGB value is (19,71,73). Sum of RGB (Red+Green+Blue) = 19+71+73=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #134749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134749 is #ECB8B6. Grayscale: #373737. Windows color (decimal): -15513783 or 4802323. OLE color: 4802323.

HSL color Cylindrical-coordinate representation of color #134749: hue angle of 182.22º 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 #134749 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 71 73 -
CMYK 0.74 0.03 0 0.71
HSL 182.22º 0.59% 0.18% -
HSV(B) 182.22º 0.74% 0.29% -
XYZ 3.72 5.13 7.1 -
YUV 55.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 19 71 73 0.74 0.03 0 0.71 182.22 0.59 0.18
Hex 13 47 49 4A 3 0 47 B6 3B 12
Octal 23 107 111 112 3 0 107 266 73 22
Binary 10011 1000111 1001001 1001010 11 0 1000111 10110110 111011 10010

Color Harmonies of #134749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134749

Black with #134749

Text Example


Text Example

White with #134749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134749; }

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

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

background-color css

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

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

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

border-color css

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

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

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