Html Css Color HEX #134F55 Cyprus

📋 copy color: '#134F55'

red 19 ◦ green 79 ◦ blue 85

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

Shades of Cyprus #134F55

Tints of Cyprus #134F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 10.38%
G = 43.17%
B = 46.45%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134F55 (or 0x134F55) is known color: Cyprus. HEX triplet: 13, 4F and 55. RGB value is (19,79,85). Sum of RGB (Red+Green+Blue) = 19+79+85=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #134F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F55 is #ECB0AA. Grayscale: #3D3D3D. Windows color (decimal): -15511723 or 5590803. OLE color: 5590803.

HSL color Cylindrical-coordinate representation of color #134F55: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134F55 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 79 85 -
CMYK 0.78 0.07 0 0.67
HSL 185.45º 0.63% 0.2% -
HSV(B) 185.45º 0.78% 0.33% -
XYZ 4.7 6.39 9.58 -
YUV 61.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 19 79 85 0.78 0.07 0 0.67 185.45 0.63 0.2
Hex 13 4F 55 4E 7 0 43 B9 3F 14
Octal 23 117 125 116 7 0 103 271 77 24
Binary 10011 1001111 1010101 1001110 111 0 1000011 10111001 111111 10100

Color Harmonies of #134F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F55

Black with #134F55

Text Example


Text Example

White with #134F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F55; }

 p { color: rgb(19,79,85); }

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

background-color css

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

 a { background-color: rgb(19,79,85); }

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

border-color css

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

 span { border-color: rgb(19,79,85); }

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