Html Css Color HEX #134B4E Cyprus

📋 copy color: '#134B4E'

red 19 ◦ green 75 ◦ blue 78

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

Shades of Cyprus #134B4E

Tints of Cyprus #134B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 11.05%
G = 43.6%
B = 45.35%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134B4E (or 0x134B4E) is known color: Cyprus. HEX triplet: 13, 4B and 4E. RGB value is (19,75,78). Sum of RGB (Red+Green+Blue) = 19+75+78=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #134B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B4E is #ECB4B1. Grayscale: #3A3A3A. Windows color (decimal): -15512754 or 5131027. OLE color: 5131027.

HSL color Cylindrical-coordinate representation of color #134B4E: hue angle of 183.05º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134B4E is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 75 78 -
CMYK 0.76 0.04 0 0.69
HSL 183.05º 0.61% 0.19% -
HSV(B) 183.05º 0.76% 0.31% -
XYZ 4.16 5.72 8.09 -
YUV 58.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 19 75 78 0.76 0.04 0 0.69 183.05 0.61 0.19
Hex 13 4B 4E 4C 4 0 45 B7 3D 13
Octal 23 113 116 114 4 0 105 267 75 23
Binary 10011 1001011 1001110 1001100 100 0 1000101 10110111 111101 10011

Color Harmonies of #134B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B4E

Black with #134B4E

Text Example


Text Example

White with #134B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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