Html Css Color HEX #135A77 Orient

📋 copy color: '#135A77'

red 19 ◦ green 90 ◦ blue 119

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

Shades of Orient #135A77

Tints of Orient #135A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 8.33%
G = 39.47%
B = 52.19%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135A77 (or 0x135A77) is known color: Orient. HEX triplet: 13, 5A and 77. RGB value is (19,90,119). Sum of RGB (Red+Green+Blue) = 19+90+119=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #135A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A77 is #ECA588. Grayscale: #474747. Windows color (decimal): -15508873 or 7821843. OLE color: 7821843.

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

Color convert

RGB 19 90 119 -
CMYK 0.84 0.24 0 0.53
HSL 197.4º 0.72% 0.27% -
HSV(B) 197.4º 0.84% 0.47% -
XYZ 7.25 8.78 18.77 -
YUV 72.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 19 90 119 0.84 0.24 0 0.53 197.4 0.72 0.27
Hex 13 5A 77 54 18 0 35 C5 48 1B
Octal 23 132 167 124 30 0 65 305 110 33
Binary 10011 1011010 1110111 1010100 11000 0 110101 11000101 1001000 11011

Color Harmonies of #135A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A77

Black with #135A77

Text Example


Text Example

White with #135A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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