Html Css Color HEX #134842 Cyprus

📋 copy color: '#134842'

red 19 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #134842

Tints of Cyprus #134842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 12.1%
G = 45.86%
B = 42.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#134842 (or 0x134842) is known color: Cyprus. HEX triplet: 13, 48 and 42. RGB value is (19,72,66). Sum of RGB (Red+Green+Blue) = 19+72+66=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #134842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134842 is #ECB7BD. Grayscale: #373737. Windows color (decimal): -15513534 or 4343827. OLE color: 4343827.

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

Color convert

RGB 19 72 66 -
CMYK 0.74 0 0.08 0.72
HSL 173.21º 0.58% 0.18% -
HSV(B) 173.21º 0.74% 0.28% -
XYZ 3.57 5.17 5.96 -
YUV 55.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 19 72 66 0.74 0 0.08 0.72 173.21 0.58 0.18
Hex 13 48 42 4A 0 8 48 AD 3A 12
Octal 23 110 102 112 0 10 110 255 72 22
Binary 10011 1001000 1000010 1001010 0 1000 1001000 10101101 111010 10010

Color Harmonies of #134842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134842

Black with #134842

Text Example


Text Example

White with #134842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134842; }

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

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

background-color css

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

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

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

border-color css

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

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

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