Html Css Color HEX #135A7A Orient

📋 copy color: '#135A7A'

red 19 ◦ green 90 ◦ blue 122

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

Shades of Orient #135A7A

Tints of Orient #135A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 8.23%
G = 38.96%
B = 52.81%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#135A7A (or 0x135A7A) is known color: Orient. HEX triplet: 13, 5A and 7A. RGB value is (19,90,122). Sum of RGB (Red+Green+Blue) = 19+90+122=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #135A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A7A is #ECA585. Grayscale: #484848. Windows color (decimal): -15508870 or 8018451. OLE color: 8018451.

HSL color Cylindrical-coordinate representation of color #135A7A: hue angle of 198.64º 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 #135A7A is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 90 122 -
CMYK 0.84 0.26 0 0.52
HSL 198.64º 0.73% 0.28% -
HSV(B) 198.64º 0.84% 0.48% -
XYZ 7.44 8.86 19.73 -
YUV 72.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 19 90 122 0.84 0.26 0 0.52 198.64 0.73 0.28
Hex 13 5A 7A 54 1A 0 34 C7 49 1C
Octal 23 132 172 124 32 0 64 307 111 34
Binary 10011 1011010 1111010 1010100 11010 0 110100 11000111 1001001 11100

Color Harmonies of #135A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A7A

Black with #135A7A

Text Example


Text Example

White with #135A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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