Html Css Color HEX #135476 Orient

📋 copy color: '#135476'

red 19 ◦ green 84 ◦ blue 118

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

Shades of Orient #135476

Tints of Orient #135476

RGB

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

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

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

R = 8.6%
G = 38.01%
B = 53.39%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135476 (or 0x135476) is known color: Orient. HEX triplet: 13, 54 and 76. RGB value is (19,84,118). Sum of RGB (Red+Green+Blue) = 19+84+118=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #135476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135476 is #ECAB89. Grayscale: #444444. Windows color (decimal): -15510410 or 7754771. OLE color: 7754771.

HSL color Cylindrical-coordinate representation of color #135476: hue angle of 200.61º 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 #135476 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 84 118 -
CMYK 0.84 0.29 0 0.54
HSL 200.61º 0.72% 0.27% -
HSV(B) 200.61º 0.84% 0.46% -
XYZ 6.71 7.79 18.29 -
YUV 68.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 19 84 118 0.84 0.29 0 0.54 200.61 0.72 0.27
Hex 13 54 76 54 1D 0 36 C9 48 1B
Octal 23 124 166 124 35 0 66 311 110 33
Binary 10011 1010100 1110110 1010100 11101 0 110110 11001001 1001000 11011

Color Harmonies of #135476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135476

Black with #135476

Text Example


Text Example

White with #135476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135476; }

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

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

background-color css

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

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

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

border-color css

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

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

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