Html Css Color HEX #135777 Orient

📋 copy color: '#135777'

red 19 ◦ green 87 ◦ blue 119

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

Shades of Orient #135777

Tints of Orient #135777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 8.44%
G = 38.67%
B = 52.89%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135777 (or 0x135777) is known color: Orient. HEX triplet: 13, 57 and 77. RGB value is (19,87,119). Sum of RGB (Red+Green+Blue) = 19+87+119=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #135777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135777 is #ECA888. Grayscale: #464646. Windows color (decimal): -15509641 or 7821075. OLE color: 7821075.

HSL color Cylindrical-coordinate representation of color #135777: hue angle of 199.2º 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 #135777 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 87 119 -
CMYK 0.84 0.27 0 0.53
HSL 199.2º 0.72% 0.27% -
HSV(B) 199.2º 0.84% 0.47% -
XYZ 7.01 8.29 18.68 -
YUV 70.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 19 87 119 0.84 0.27 0 0.53 199.2 0.72 0.27
Hex 13 57 77 54 1B 0 35 C7 48 1B
Octal 23 127 167 124 33 0 65 307 110 33
Binary 10011 1010111 1110111 1010100 11011 0 110101 11000111 1001000 11011

Color Harmonies of #135777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135777

Black with #135777

Text Example


Text Example

White with #135777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135777; }

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

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

background-color css

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

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

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

border-color css

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

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

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