Html Css Color HEX #135B71 Orient

📋 copy color: '#135B71'

red 19 ◦ green 91 ◦ blue 113

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

Shades of Orient #135B71

Tints of Orient #135B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

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

R = 8.52%
G = 40.81%
B = 50.67%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135B71 (or 0x135B71) is known color: Orient. HEX triplet: 13, 5B and 71. RGB value is (19,91,113). Sum of RGB (Red+Green+Blue) = 19+91+113=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #135B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B71 is #ECA48E. Grayscale: #474747. Windows color (decimal): -15508623 or 7428883. OLE color: 7428883.

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

Color convert

RGB 19 91 113 -
CMYK 0.83 0.19 0 0.56
HSL 194.04º 0.71% 0.26% -
HSV(B) 194.04º 0.83% 0.44% -
XYZ 6.99 8.81 16.96 -
YUV 71.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 19 91 113 0.83 0.19 0 0.56 194.04 0.71 0.26
Hex 13 5B 71 53 13 0 38 C2 47 1A
Octal 23 133 161 123 23 0 70 302 107 32
Binary 10011 1011011 1110001 1010011 10011 0 111000 11000010 1000111 11010

Color Harmonies of #135B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B71

Black with #135B71

Text Example


Text Example

White with #135B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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