Html Css Color HEX #135B73 Orient

📋 copy color: '#135B73'

red 19 ◦ green 91 ◦ blue 115

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

Shades of Orient #135B73

Tints of Orient #135B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 8.44%
G = 40.44%
B = 51.11%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135B73 (or 0x135B73) is known color: Orient. HEX triplet: 13, 5B and 73. RGB value is (19,91,115). Sum of RGB (Red+Green+Blue) = 19+91+115=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #135B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B73 is #ECA48C. Grayscale: #484848. Windows color (decimal): -15508621 or 7559955. OLE color: 7559955.

HSL color Cylindrical-coordinate representation of color #135B73: hue angle of 195º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135B73 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 91 115 -
CMYK 0.83 0.21 0 0.55
HSL 195º 0.72% 0.26% -
HSV(B) 195º 0.83% 0.45% -
XYZ 7.1 8.86 17.56 -
YUV 72.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 19 91 115 0.83 0.21 0 0.55 195 0.72 0.26
Hex 13 5B 73 53 15 0 37 C3 48 1A
Octal 23 133 163 123 25 0 67 303 110 32
Binary 10011 1011011 1110011 1010011 10101 0 110111 11000011 1001000 11010

Color Harmonies of #135B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B73

Black with #135B73

Text Example


Text Example

White with #135B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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