Html Css Color HEX #135348 Cyprus

📋 copy color: '#135348'

red 19 ◦ green 83 ◦ blue 72

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

Shades of Cyprus #135348

Tints of Cyprus #135348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 10.92%
G = 47.7%
B = 41.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#135348 (or 0x135348) is known color: Cyprus. HEX triplet: 13, 53 and 48. RGB value is (19,83,72). Sum of RGB (Red+Green+Blue) = 19+83+72=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #135348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135348 is #ECACB7. Grayscale: #3E3E3E. Windows color (decimal): -15510712 or 4739859. OLE color: 4739859.

HSL color Cylindrical-coordinate representation of color #135348: hue angle of 169.69º 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 #135348 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 72 -
CMYK 0.77 0 0.13 0.67
HSL 169.69º 0.63% 0.2% -
HSV(B) 169.69º 0.77% 0.33% -
XYZ 4.53 6.79 7.2 -
YUV 62.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 19 83 72 0.77 0 0.13 0.67 169.69 0.63 0.2
Hex 13 53 48 4D 0 D 43 AA 3F 14
Octal 23 123 110 115 0 15 103 252 77 24
Binary 10011 1010011 1001000 1001101 0 1101 1000011 10101010 111111 10100

Color Harmonies of #135348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135348

Black with #135348

Text Example


Text Example

White with #135348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135348; }

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

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

background-color css

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

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

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

border-color css

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

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

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