Html Css Color HEX #134848 Cyprus

📋 copy color: '#134848'

red 19 ◦ green 72 ◦ blue 72

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

Shades of Cyprus #134848

Tints of Cyprus #134848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 11.66%
G = 44.17%
B = 44.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134848 (or 0x134848) is known color: Cyprus. HEX triplet: 13, 48 and 48. RGB value is (19,72,72). Sum of RGB (Red+Green+Blue) = 19+72+72=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #134848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134848 is #ECB7B7. Grayscale: #383838. Windows color (decimal): -15513528 or 4737043. OLE color: 4737043.

HSL color Cylindrical-coordinate representation of color #134848: hue angle of 180º 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 #134848 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 72 -
CMYK 0.74 0 0 0.72
HSL 180º 0.58% 0.18% -
HSV(B) 180º 0.74% 0.28% -
XYZ 3.76 5.24 6.94 -
YUV 56.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 19 72 72 0.74 0 0 0.72 180 0.58 0.18
Hex 13 48 48 4A 0 0 48 B4 3A 12
Octal 23 110 110 112 0 0 110 264 72 22
Binary 10011 1001000 1001000 1001010 0 0 1001000 10110100 111010 10010

Color Harmonies of #134848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134848

Black with #134848

Text Example


Text Example

White with #134848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134848; }

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

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

background-color css

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

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

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

border-color css

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

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

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