Html Css Color HEX #135873 Orient

📋 copy color: '#135873'

red 19 ◦ green 88 ◦ blue 115

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

Shades of Orient #135873

Tints of Orient #135873

RGB

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

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

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

R = 8.56%
G = 39.64%
B = 51.8%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135873 (or 0x135873) is known color: Orient. HEX triplet: 13, 58 and 73. RGB value is (19,88,115). Sum of RGB (Red+Green+Blue) = 19+88+115=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #135873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135873 is #ECA78C. Grayscale: #464646. Windows color (decimal): -15509389 or 7559187. OLE color: 7559187.

HSL color Cylindrical-coordinate representation of color #135873: hue angle of 196.88º 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 #135873 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 88 115 -
CMYK 0.83 0.23 0 0.55
HSL 196.88º 0.72% 0.26% -
HSV(B) 196.88º 0.83% 0.45% -
XYZ 6.85 8.36 17.47 -
YUV 70.45 153.14 91.3 -
System Red Green Blue C M Y K H S L
Decimal 19 88 115 0.83 0.23 0 0.55 196.88 0.72 0.26
Hex 13 58 73 53 17 0 37 C5 48 1A
Octal 23 130 163 123 27 0 67 305 110 32
Binary 10011 1011000 1110011 1010011 10111 0 110111 11000101 1001000 11010

Color Harmonies of #135873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135873

Black with #135873

Text Example


Text Example

White with #135873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135873; }

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

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

background-color css

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

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

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

border-color css

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

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

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