Html Css Color HEX #135173 Orient

📋 copy color: '#135173'

red 19 ◦ green 81 ◦ blue 115

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

Shades of Orient #135173

Tints of Orient #135173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 8.84%
G = 37.67%
B = 53.49%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135173 (or 0x135173) is known color: Orient. HEX triplet: 13, 51 and 73. RGB value is (19,81,115). Sum of RGB (Red+Green+Blue) = 19+81+115=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #135173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135173 is #ECAE8C. Grayscale: #424242. Windows color (decimal): -15511181 or 7557395. OLE color: 7557395.

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

Color convert

RGB 19 81 115 -
CMYK 0.83 0.30 0 0.55
HSL 201.25º 0.72% 0.26% -
HSV(B) 201.25º 0.83% 0.45% -
XYZ 6.31 7.26 17.29 -
YUV 66.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 19 81 115 0.83 0.30 0 0.55 201.25 0.72 0.26
Hex 13 51 73 53 1E 0 37 C9 48 1A
Octal 23 121 163 123 36 0 67 311 110 32
Binary 10011 1010001 1110011 1010011 11110 0 110111 11001001 1001000 11010

Color Harmonies of #135173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135173

Black with #135173

Text Example


Text Example

White with #135173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135173; }

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

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

background-color css

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

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

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

border-color css

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

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

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