Html Css Color HEX #135B7E Orient

📋 copy color: '#135B7E'

red 19 ◦ green 91 ◦ blue 126

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

Shades of Orient #135B7E

Tints of Orient #135B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 8.05%
G = 38.56%
B = 53.39%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#135B7E (or 0x135B7E) is known color: Orient. HEX triplet: 13, 5B and 7E. RGB value is (19,91,126). Sum of RGB (Red+Green+Blue) = 19+91+126=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #135B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B7E is #ECA481. Grayscale: #494949. Windows color (decimal): -15508610 or 8280851. OLE color: 8280851.

HSL color Cylindrical-coordinate representation of color #135B7E: hue angle of 199.63º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135B7E is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 91 126 -
CMYK 0.85 0.28 0 0.51
HSL 199.63º 0.74% 0.28% -
HSV(B) 199.63º 0.85% 0.49% -
XYZ 7.78 9.13 21.09 -
YUV 73.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 19 91 126 0.85 0.28 0 0.51 199.63 0.74 0.28
Hex 13 5B 7E 55 1C 0 33 C8 4A 1C
Octal 23 133 176 125 34 0 63 310 112 34
Binary 10011 1011011 1111110 1010101 11100 0 110011 11001000 1001010 11100

Color Harmonies of #135B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B7E

Black with #135B7E

Text Example


Text Example

White with #135B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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