Html Css Color HEX #135679 Orient

📋 copy color: '#135679'

red 19 ◦ green 86 ◦ blue 121

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

Shades of Orient #135679

Tints of Orient #135679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 8.41%
G = 38.05%
B = 53.54%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135679 (or 0x135679) is known color: Orient. HEX triplet: 13, 56 and 79. RGB value is (19,86,121). Sum of RGB (Red+Green+Blue) = 19+86+121=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #135679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135679 is #ECA986. Grayscale: #454545. Windows color (decimal): -15509895 or 7951891. OLE color: 7951891.

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

Color convert

RGB 19 86 121 -
CMYK 0.84 0.29 0 0.53
HSL 200.59º 0.73% 0.27% -
HSV(B) 200.59º 0.84% 0.47% -
XYZ 7.05 8.17 19.3 -
YUV 69.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 19 86 121 0.84 0.29 0 0.53 200.59 0.73 0.27
Hex 13 56 79 54 1D 0 35 C9 49 1B
Octal 23 126 171 124 35 0 65 311 111 33
Binary 10011 1010110 1111001 1010100 11101 0 110101 11001001 1001001 11011

Color Harmonies of #135679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135679

Black with #135679

Text Example


Text Example

White with #135679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135679; }

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

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

background-color css

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

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

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

border-color css

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

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

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