Html Css Color HEX #134440 Cyprus

📋 copy color: '#134440'

red 19 ◦ green 68 ◦ blue 64

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

Shades of Cyprus #134440

Tints of Cyprus #134440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 12.58%
G = 45.03%
B = 42.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#134440 (or 0x134440) is known color: Cyprus. HEX triplet: 13, 44 and 40. RGB value is (19,68,64). Sum of RGB (Red+Green+Blue) = 19+68+64=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #134440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134440 is #ECBBBF. Grayscale: #343434. Windows color (decimal): -15514560 or 4211731. OLE color: 4211731.

HSL color Cylindrical-coordinate representation of color #134440: hue angle of 175.1º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134440 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 64 -
CMYK 0.72 0 0.06 0.73
HSL 175.1º 0.56% 0.17% -
HSV(B) 175.1º 0.72% 0.27% -
XYZ 3.26 4.64 5.57 -
YUV 52.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 19 68 64 0.72 0 0.06 0.73 175.1 0.56 0.17
Hex 13 44 40 48 0 6 49 AF 38 11
Octal 23 104 100 110 0 6 111 257 70 21
Binary 10011 1000100 1000000 1001000 0 110 1001001 10101111 111000 10001

Color Harmonies of #134440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134440

Black with #134440

Text Example


Text Example

White with #134440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134440; }

 p { color: rgb(19,68,64); }

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

background-color css

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

 a { background-color: rgb(19,68,64); }

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

border-color css

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

 span { border-color: rgb(19,68,64); }

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