Html Css Color HEX #134944 Cyprus

📋 copy color: '#134944'

red 19 ◦ green 73 ◦ blue 68

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

Shades of Cyprus #134944

Tints of Cyprus #134944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 68 (26.95% from 255) = 42.5%

R = 11.88%
G = 45.63%
B = 42.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#134944 (or 0x134944) is known color: Cyprus. HEX triplet: 13, 49 and 44. RGB value is (19,73,68). Sum of RGB (Red+Green+Blue) = 19+73+68=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #134944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134944 is #ECB6BB. Grayscale: #383838. Windows color (decimal): -15513276 or 4475155. OLE color: 4475155.

HSL color Cylindrical-coordinate representation of color #134944: hue angle of 174.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134944 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 68 -
CMYK 0.74 0 0.07 0.71
HSL 174.44º 0.59% 0.18% -
HSV(B) 174.44º 0.74% 0.29% -
XYZ 3.69 5.32 6.3 -
YUV 56.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 19 73 68 0.74 0 0.07 0.71 174.44 0.59 0.18
Hex 13 49 44 4A 0 7 47 AE 3B 12
Octal 23 111 104 112 0 7 107 256 73 22
Binary 10011 1001001 1000100 1001010 0 111 1000111 10101110 111011 10010

Color Harmonies of #134944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134944

Black with #134944

Text Example


Text Example

White with #134944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134944; }

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

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

background-color css

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

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

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

border-color css

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

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

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