Html Css Color HEX #134B45 Cyprus

📋 copy color: '#134B45'

red 19 ◦ green 75 ◦ blue 69

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

Shades of Cyprus #134B45

Tints of Cyprus #134B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.33%

R = 11.66%
G = 46.01%
B = 42.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#134B45 (or 0x134B45) is known color: Cyprus. HEX triplet: 13, 4B and 45. RGB value is (19,75,69). Sum of RGB (Red+Green+Blue) = 19+75+69=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #134B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B45 is #ECB4BA. Grayscale: #393939. Windows color (decimal): -15512763 or 4541203. OLE color: 4541203.

HSL color Cylindrical-coordinate representation of color #134B45: hue angle of 173.57º 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 #134B45 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 69 -
CMYK 0.75 0 0.08 0.71
HSL 173.57º 0.6% 0.18% -
HSV(B) 173.57º 0.75% 0.29% -
XYZ 3.86 5.6 6.51 -
YUV 57.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 19 75 69 0.75 0 0.08 0.71 173.57 0.6 0.18
Hex 13 4B 45 4B 0 8 47 AE 3C 12
Octal 23 113 105 113 0 10 107 256 74 22
Binary 10011 1001011 1000101 1001011 0 1000 1000111 10101110 111100 10010

Color Harmonies of #134B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B45

Black with #134B45

Text Example


Text Example

White with #134B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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