Html Css Color HEX #135471 Orient

📋 copy color: '#135471'

red 19 ◦ green 84 ◦ blue 113

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

Shades of Orient #135471

Tints of Orient #135471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 8.8%
G = 38.89%
B = 52.31%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135471 (or 0x135471) is known color: Orient. HEX triplet: 13, 54 and 71. RGB value is (19,84,113). Sum of RGB (Red+Green+Blue) = 19+84+113=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #135471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135471 is #ECAB8E. Grayscale: #434343. Windows color (decimal): -15510415 or 7427091. OLE color: 7427091.

HSL color Cylindrical-coordinate representation of color #135471: hue angle of 198.51º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135471 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 84 113 -
CMYK 0.83 0.26 0 0.56
HSL 198.51º 0.71% 0.26% -
HSV(B) 198.51º 0.83% 0.44% -
XYZ 6.42 7.67 16.77 -
YUV 67.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 19 84 113 0.83 0.26 0 0.56 198.51 0.71 0.26
Hex 13 54 71 53 1A 0 38 C7 47 1A
Octal 23 124 161 123 32 0 70 307 107 32
Binary 10011 1010100 1110001 1010011 11010 0 111000 11000111 1000111 11010

Color Harmonies of #135471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135471

Black with #135471

Text Example


Text Example

White with #135471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135471; }

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

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

background-color css

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

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

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

border-color css

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

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

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