Html Css Color HEX #135B75 Orient

📋 copy color: '#135B75'

red 19 ◦ green 91 ◦ blue 117

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

Shades of Orient #135B75

Tints of Orient #135B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 8.37%
G = 40.09%
B = 51.54%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135B75 (or 0x135B75) is known color: Orient. HEX triplet: 13, 5B and 75. RGB value is (19,91,117). Sum of RGB (Red+Green+Blue) = 19+91+117=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #135B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B75 is #ECA48A. Grayscale: #484848. Windows color (decimal): -15508619 or 7691027. OLE color: 7691027.

HSL color Cylindrical-coordinate representation of color #135B75: hue angle of 195.92º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135B75 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 91 117 -
CMYK 0.84 0.22 0 0.54
HSL 195.92º 0.72% 0.27% -
HSV(B) 195.92º 0.84% 0.46% -
XYZ 7.22 8.9 18.17 -
YUV 72.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 19 91 117 0.84 0.22 0 0.54 195.92 0.72 0.27
Hex 13 5B 75 54 16 0 36 C4 48 1B
Octal 23 133 165 124 26 0 66 304 110 33
Binary 10011 1011011 1110101 1010100 10110 0 110110 11000100 1001000 11011

Color Harmonies of #135B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B75

Black with #135B75

Text Example


Text Example

White with #135B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B75; }

 p { color: rgb(19,91,117); }

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

background-color css

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

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

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

border-color css

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

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

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