Html Css Color HEX #135D7A Orient

📋 copy color: '#135D7A'

red 19 ◦ green 93 ◦ blue 122

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

Shades of Orient #135D7A

Tints of Orient #135D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.74%

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 8.12%
G = 39.74%
B = 52.14%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#135D7A (or 0x135D7A) is known color: Orient. HEX triplet: 13, 5D and 7A. RGB value is (19,93,122). Sum of RGB (Red+Green+Blue) = 19+93+122=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #135D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D7A is #ECA285. Grayscale: #494949. Windows color (decimal): -15508102 or 8019219. OLE color: 8019219.

HSL color Cylindrical-coordinate representation of color #135D7A: hue angle of 196.89º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135D7A is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 93 122 -
CMYK 0.84 0.24 0 0.52
HSL 196.89º 0.73% 0.28% -
HSV(B) 196.89º 0.84% 0.48% -
XYZ 7.7 9.37 19.82 -
YUV 74.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 19 93 122 0.84 0.24 0 0.52 196.89 0.73 0.28
Hex 13 5D 7A 54 18 0 34 C5 49 1C
Octal 23 135 172 124 30 0 64 305 111 34
Binary 10011 1011101 1111010 1010100 11000 0 110100 11000101 1001001 11100

Color Harmonies of #135D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D7A

Black with #135D7A

Text Example


Text Example

White with #135D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,122); }

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

background-color css

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

 a { background-color: rgb(19,93,122); }

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

border-color css

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

 span { border-color: rgb(19,93,122); }

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