Html Css Color HEX #135373 Orient

📋 copy color: '#135373'

red 19 ◦ green 83 ◦ blue 115

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

Shades of Orient #135373

Tints of Orient #135373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 8.76%
G = 38.25%
B = 53%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135373 (or 0x135373) is known color: Orient. HEX triplet: 13, 53 and 73. RGB value is (19,83,115). Sum of RGB (Red+Green+Blue) = 19+83+115=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #135373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135373 is #ECAC8C. Grayscale: #434343. Windows color (decimal): -15510669 or 7557907. OLE color: 7557907.

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

Color convert

RGB 19 83 115 -
CMYK 0.83 0.28 0 0.55
HSL 200º 0.72% 0.26% -
HSV(B) 200º 0.83% 0.45% -
XYZ 6.46 7.56 17.34 -
YUV 67.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 19 83 115 0.83 0.28 0 0.55 200 0.72 0.26
Hex 13 53 73 53 1C 0 37 C8 48 1A
Octal 23 123 163 123 34 0 67 310 110 32
Binary 10011 1010011 1110011 1010011 11100 0 110111 11001000 1001000 11010

Color Harmonies of #135373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135373

Black with #135373

Text Example


Text Example

White with #135373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135373; }

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

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

background-color css

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

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

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

border-color css

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

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

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