Html Css Color HEX #135779 Orient

📋 copy color: '#135779'

red 19 ◦ green 87 ◦ blue 121

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

Shades of Orient #135779

Tints of Orient #135779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 8.37%
G = 38.33%
B = 53.3%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135779 (or 0x135779) is known color: Orient. HEX triplet: 13, 57 and 79. RGB value is (19,87,121). Sum of RGB (Red+Green+Blue) = 19+87+121=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #135779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135779 is #ECA886. Grayscale: #464646. Windows color (decimal): -15509639 or 7952147. OLE color: 7952147.

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

Color convert

RGB 19 87 121 -
CMYK 0.84 0.28 0 0.53
HSL 200º 0.73% 0.27% -
HSV(B) 200º 0.84% 0.47% -
XYZ 7.13 8.34 19.32 -
YUV 70.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 19 87 121 0.84 0.28 0 0.53 200 0.73 0.27
Hex 13 57 79 54 1C 0 35 C8 49 1B
Octal 23 127 171 124 34 0 65 310 111 33
Binary 10011 1010111 1111001 1010100 11100 0 110101 11001000 1001001 11011

Color Harmonies of #135779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135779

Black with #135779

Text Example


Text Example

White with #135779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135779; }

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

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

background-color css

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

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

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

border-color css

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

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

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