Html Css Color HEX #134548 Cyprus

📋 copy color: '#134548'

red 19 ◦ green 69 ◦ blue 72

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

Shades of Cyprus #134548

Tints of Cyprus #134548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 11.88%
G = 43.13%
B = 45%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134548 (or 0x134548) is known color: Cyprus. HEX triplet: 13, 45 and 48. RGB value is (19,69,72). Sum of RGB (Red+Green+Blue) = 19+69+72=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #134548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134548 is #ECBAB7. Grayscale: #363636. Windows color (decimal): -15514296 or 4736275. OLE color: 4736275.

HSL color Cylindrical-coordinate representation of color #134548: hue angle of 183.4º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134548 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 69 72 -
CMYK 0.74 0.04 0 0.72
HSL 183.4º 0.58% 0.18% -
HSV(B) 183.4º 0.74% 0.28% -
XYZ 3.57 4.86 6.88 -
YUV 54.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 19 69 72 0.74 0.04 0 0.72 183.4 0.58 0.18
Hex 13 45 48 4A 4 0 48 B7 3A 12
Octal 23 105 110 112 4 0 110 267 72 22
Binary 10011 1000101 1001000 1001010 100 0 1001000 10110111 111010 10010

Color Harmonies of #134548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134548

Black with #134548

Text Example


Text Example

White with #134548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134548; }

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

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

background-color css

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

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

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

border-color css

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

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

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