Html Css Color HEX #134751 Cyprus

📋 copy color: '#134751'

red 19 ◦ green 71 ◦ blue 81

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

Shades of Cyprus #134751

Tints of Cyprus #134751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 11.11%
G = 41.52%
B = 47.37%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134751 (or 0x134751) is known color: Cyprus. HEX triplet: 13, 47 and 51. RGB value is (19,71,81). Sum of RGB (Red+Green+Blue) = 19+71+81=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #134751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134751 is #ECB8AE. Grayscale: #383838. Windows color (decimal): -15513775 or 5326611. OLE color: 5326611.

HSL color Cylindrical-coordinate representation of color #134751: hue angle of 189.68º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134751 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 71 81 -
CMYK 0.77 0.12 0 0.68
HSL 189.68º 0.62% 0.2% -
HSV(B) 189.68º 0.77% 0.32% -
XYZ 4.01 5.24 8.58 -
YUV 56.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 19 71 81 0.77 0.12 0 0.68 189.68 0.62 0.2
Hex 13 47 51 4D C 0 44 BE 3E 14
Octal 23 107 121 115 14 0 104 276 76 24
Binary 10011 1000111 1010001 1001101 1100 0 1000100 10111110 111110 10100

Color Harmonies of #134751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134751

Black with #134751

Text Example


Text Example

White with #134751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134751; }

 p { color: rgb(19,71,81); }

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

background-color css

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

 a { background-color: rgb(19,71,81); }

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

border-color css

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

 span { border-color: rgb(19,71,81); }

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