Html Css Color HEX #135673 Orient

📋 copy color: '#135673'

red 19 ◦ green 86 ◦ blue 115

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

Shades of Orient #135673

Tints of Orient #135673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 8.64%
G = 39.09%
B = 52.27%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135673 (or 0x135673) is known color: Orient. HEX triplet: 13, 56 and 73. RGB value is (19,86,115). Sum of RGB (Red+Green+Blue) = 19+86+115=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #135673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135673 is #ECA98C. Grayscale: #454545. Windows color (decimal): -15509901 or 7558675. OLE color: 7558675.

HSL color Cylindrical-coordinate representation of color #135673: hue angle of 198.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135673 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 86 115 -
CMYK 0.83 0.25 0 0.55
HSL 198.13º 0.72% 0.26% -
HSV(B) 198.13º 0.83% 0.45% -
XYZ 6.69 8.03 17.42 -
YUV 69.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 19 86 115 0.83 0.25 0 0.55 198.13 0.72 0.26
Hex 13 56 73 53 19 0 37 C6 48 1A
Octal 23 126 163 123 31 0 67 306 110 32
Binary 10011 1010110 1110011 1010011 11001 0 110111 11000110 1001000 11010

Color Harmonies of #135673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135673

Black with #135673

Text Example


Text Example

White with #135673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135673; }

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

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

background-color css

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

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

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

border-color css

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

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

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