Html Css Color HEX #134647 Cyprus

📋 copy color: '#134647'

red 19 ◦ green 70 ◦ blue 71

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

Shades of Cyprus #134647

Tints of Cyprus #134647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 11.88%
G = 43.75%
B = 44.38%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134647 (or 0x134647) is known color: Cyprus. HEX triplet: 13, 46 and 47. RGB value is (19,70,71). Sum of RGB (Red+Green+Blue) = 19+70+71=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #134647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134647 is #ECB9B8. Grayscale: #363636. Windows color (decimal): -15514041 or 4670995. OLE color: 4670995.

HSL color Cylindrical-coordinate representation of color #134647: hue angle of 181.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134647 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 70 71 -
CMYK 0.73 0.01 0 0.72
HSL 181.15º 0.58% 0.18% -
HSV(B) 181.15º 0.73% 0.28% -
XYZ 3.6 4.97 6.73 -
YUV 54.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 19 70 71 0.73 0.01 0 0.72 181.15 0.58 0.18
Hex 13 46 47 49 1 0 48 B5 3A 12
Octal 23 106 107 111 1 0 110 265 72 22
Binary 10011 1000110 1000111 1001001 1 0 1001000 10110101 111010 10010

Color Harmonies of #134647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134647

Black with #134647

Text Example


Text Example

White with #134647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134647; }

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

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

background-color css

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

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

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

border-color css

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

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

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