Html Css Color HEX #135248 Cyprus

📋 copy color: '#135248'

red 19 ◦ green 82 ◦ blue 72

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

Shades of Cyprus #135248

Tints of Cyprus #135248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

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

R = 10.98%
G = 47.4%
B = 41.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#135248 (or 0x135248) is known color: Cyprus. HEX triplet: 13, 52 and 48. RGB value is (19,82,72). Sum of RGB (Red+Green+Blue) = 19+82+72=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #135248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135248 is #ECADB7. Grayscale: #3E3E3E. Windows color (decimal): -15510968 or 4739603. OLE color: 4739603.

HSL color Cylindrical-coordinate representation of color #135248: hue angle of 170.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135248 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 72 -
CMYK 0.77 0 0.12 0.68
HSL 170.48º 0.62% 0.2% -
HSV(B) 170.48º 0.77% 0.32% -
XYZ 4.46 6.64 7.18 -
YUV 62.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 19 82 72 0.77 0 0.12 0.68 170.48 0.62 0.2
Hex 13 52 48 4D 0 C 44 AA 3E 14
Octal 23 122 110 115 0 14 104 252 76 24
Binary 10011 1010010 1001000 1001101 0 1100 1000100 10101010 111110 10100

Color Harmonies of #135248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135248

Black with #135248

Text Example


Text Example

White with #135248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135248; }

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

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

background-color css

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

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

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

border-color css

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

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

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