Html Css Color HEX #134849 Cyprus

📋 copy color: '#134849'

red 19 ◦ green 72 ◦ blue 73

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

Shades of Cyprus #134849

Tints of Cyprus #134849

RGB

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

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

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

R = 11.59%
G = 43.9%
B = 44.51%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#134849 (or 0x134849) is known color: Cyprus. HEX triplet: 13, 48 and 49. RGB value is (19,72,73). Sum of RGB (Red+Green+Blue) = 19+72+73=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #134849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134849 is #ECB7B6. Grayscale: #383838. Windows color (decimal): -15513527 or 4802579. OLE color: 4802579.

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

Color convert

RGB 19 72 73 -
CMYK 0.74 0.01 0 0.71
HSL 181.11º 0.59% 0.18% -
HSV(B) 181.11º 0.74% 0.29% -
XYZ 3.79 5.25 7.12 -
YUV 56.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 19 72 73 0.74 0.01 0 0.71 181.11 0.59 0.18
Hex 13 48 49 4A 1 0 47 B5 3B 12
Octal 23 110 111 112 1 0 107 265 73 22
Binary 10011 1001000 1001001 1001010 1 0 1000111 10110101 111011 10010

Color Harmonies of #134849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134849

Black with #134849

Text Example


Text Example

White with #134849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134849; }

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

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

background-color css

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

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

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

border-color css

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

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

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