Html Css Color HEX #135671 Orient

📋 copy color: '#135671'

red 19 ◦ green 86 ◦ blue 113

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

Shades of Orient #135671

Tints of Orient #135671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

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

R = 8.72%
G = 39.45%
B = 51.83%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135671 (or 0x135671) is known color: Orient. HEX triplet: 13, 56 and 71. RGB value is (19,86,113). Sum of RGB (Red+Green+Blue) = 19+86+113=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #135671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135671 is #ECA98E. Grayscale: #444444. Windows color (decimal): -15509903 or 7427603. OLE color: 7427603.

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

Color convert

RGB 19 86 113 -
CMYK 0.83 0.24 0 0.56
HSL 197.23º 0.71% 0.26% -
HSV(B) 197.23º 0.83% 0.44% -
XYZ 6.58 7.99 16.82 -
YUV 69.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 19 86 113 0.83 0.24 0 0.56 197.23 0.71 0.26
Hex 13 56 71 53 18 0 38 C5 47 1A
Octal 23 126 161 123 30 0 70 305 107 32
Binary 10011 1010110 1110001 1010011 11000 0 111000 11000101 1000111 11010

Color Harmonies of #135671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135671

Black with #135671

Text Example


Text Example

White with #135671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135671; }

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

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

background-color css

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

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

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

border-color css

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

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

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