Html Css Color HEX #134B49 Cyprus

📋 copy color: '#134B49'

red 19 ◦ green 75 ◦ blue 73

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

Shades of Cyprus #134B49

Tints of Cyprus #134B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.91%

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

R = 11.38%
G = 44.91%
B = 43.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#134B49 (or 0x134B49) is known color: Cyprus. HEX triplet: 13, 4B and 49. RGB value is (19,75,73). Sum of RGB (Red+Green+Blue) = 19+75+73=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #134B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B49 is #ECB4B6. Grayscale: #393939. Windows color (decimal): -15512759 or 4803347. OLE color: 4803347.

HSL color Cylindrical-coordinate representation of color #134B49: hue angle of 177.86º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B49 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 73 -
CMYK 0.75 0 0.03 0.71
HSL 177.86º 0.6% 0.18% -
HSV(B) 177.86º 0.75% 0.29% -
XYZ 3.99 5.65 7.18 -
YUV 58.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 19 75 73 0.75 0 0.03 0.71 177.86 0.6 0.18
Hex 13 4B 49 4B 0 3 47 B2 3C 12
Octal 23 113 111 113 0 3 107 262 74 22
Binary 10011 1001011 1001001 1001011 0 11 1000111 10110010 111100 10010

Color Harmonies of #134B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B49

Black with #134B49

Text Example


Text Example

White with #134B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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