Html Css Color HEX #135877 Orient

📋 copy color: '#135877'

red 19 ◦ green 88 ◦ blue 119

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

Shades of Orient #135877

Tints of Orient #135877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

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

R = 8.41%
G = 38.94%
B = 52.65%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135877 (or 0x135877) is known color: Orient. HEX triplet: 13, 58 and 77. RGB value is (19,88,119). Sum of RGB (Red+Green+Blue) = 19+88+119=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #135877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135877 is #ECA788. Grayscale: #464646. Windows color (decimal): -15509385 or 7821331. OLE color: 7821331.

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

Color convert

RGB 19 88 119 -
CMYK 0.84 0.26 0 0.53
HSL 198.6º 0.72% 0.27% -
HSV(B) 198.6º 0.84% 0.47% -
XYZ 7.09 8.45 18.71 -
YUV 70.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 19 88 119 0.84 0.26 0 0.53 198.6 0.72 0.27
Hex 13 58 77 54 1A 0 35 C7 48 1B
Octal 23 130 167 124 32 0 65 307 110 33
Binary 10011 1011000 1110111 1010100 11010 0 110101 11000111 1001000 11011

Color Harmonies of #135877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135877

Black with #135877

Text Example


Text Example

White with #135877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135877; }

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

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

background-color css

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

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

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

border-color css

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

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

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