Html Css Color HEX #135376 Orient

📋 copy color: '#135376'

red 19 ◦ green 83 ◦ blue 118

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

Shades of Orient #135376

Tints of Orient #135376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 8.64%
G = 37.73%
B = 53.64%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135376 (or 0x135376) is known color: Orient. HEX triplet: 13, 53 and 76. RGB value is (19,83,118). Sum of RGB (Red+Green+Blue) = 19+83+118=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #135376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135376 is #ECAC89. Grayscale: #434343. Windows color (decimal): -15510666 or 7754515. OLE color: 7754515.

HSL color Cylindrical-coordinate representation of color #135376: hue angle of 201.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135376 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 83 118 -
CMYK 0.84 0.30 0 0.54
HSL 201.21º 0.72% 0.27% -
HSV(B) 201.21º 0.84% 0.46% -
XYZ 6.63 7.63 18.26 -
YUV 67.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 19 83 118 0.84 0.30 0 0.54 201.21 0.72 0.27
Hex 13 53 76 54 1E 0 36 C9 48 1B
Octal 23 123 166 124 36 0 66 311 110 33
Binary 10011 1010011 1110110 1010100 11110 0 110110 11001001 1001000 11011

Color Harmonies of #135376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135376

Black with #135376

Text Example


Text Example

White with #135376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135376; }

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

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

background-color css

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

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

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

border-color css

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

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

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