Html Css Color HEX #134A53 Cyprus

📋 copy color: '#134A53'

red 19 ◦ green 74 ◦ blue 83

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

Shades of Cyprus #134A53

Tints of Cyprus #134A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.05%

 BLUE value IS 83 (32.81% from 255) = 47.16%

R = 10.8%
G = 42.05%
B = 47.16%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134A53 (or 0x134A53) is known color: Cyprus. HEX triplet: 13, 4A and 53. RGB value is (19,74,83). Sum of RGB (Red+Green+Blue) = 19+74+83=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #134A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A53 is #ECB5AC. Grayscale: #3A3A3A. Windows color (decimal): -15513005 or 5458451. OLE color: 5458451.

HSL color Cylindrical-coordinate representation of color #134A53: hue angle of 188.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134A53 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 74 83 -
CMYK 0.77 0.11 0 0.67
HSL 188.44º 0.63% 0.2% -
HSV(B) 188.44º 0.77% 0.33% -
XYZ 4.28 5.66 9.05 -
YUV 58.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 19 74 83 0.77 0.11 0 0.67 188.44 0.63 0.2
Hex 13 4A 53 4D B 0 43 BC 3F 14
Octal 23 112 123 115 13 0 103 274 77 24
Binary 10011 1001010 1010011 1001101 1011 0 1000011 10111100 111111 10100

Color Harmonies of #134A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A53

Black with #134A53

Text Example


Text Example

White with #134A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,74,83); }

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

background-color css

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

 a { background-color: rgb(19,74,83); }

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

border-color css

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

 span { border-color: rgb(19,74,83); }

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