Html Css Color HEX #135473 Orient

📋 copy color: '#135473'

red 19 ◦ green 84 ◦ blue 115

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

Shades of Orient #135473

Tints of Orient #135473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 8.72%
G = 38.53%
B = 52.75%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135473 (or 0x135473) is known color: Orient. HEX triplet: 13, 54 and 73. RGB value is (19,84,115). Sum of RGB (Red+Green+Blue) = 19+84+115=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #135473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135473 is #ECAB8C. Grayscale: #434343. Windows color (decimal): -15510413 or 7558163. OLE color: 7558163.

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

Color convert

RGB 19 84 115 -
CMYK 0.83 0.27 0 0.55
HSL 199.38º 0.72% 0.26% -
HSV(B) 199.38º 0.83% 0.45% -
XYZ 6.53 7.72 17.36 -
YUV 68.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 19 84 115 0.83 0.27 0 0.55 199.38 0.72 0.26
Hex 13 54 73 53 1B 0 37 C7 48 1A
Octal 23 124 163 123 33 0 67 307 110 32
Binary 10011 1010100 1110011 1010011 11011 0 110111 11000111 1001000 11010

Color Harmonies of #135473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135473

Black with #135473

Text Example


Text Example

White with #135473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135473; }

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

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

background-color css

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

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

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

border-color css

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

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

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