Html Css Color HEX #135B7D Orient

📋 copy color: '#135B7D'

red 19 ◦ green 91 ◦ blue 125

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

Shades of Orient #135B7D

Tints of Orient #135B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 8.09%
G = 38.72%
B = 53.19%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#135B7D (or 0x135B7D) is known color: Orient. HEX triplet: 13, 5B and 7D. RGB value is (19,91,125). Sum of RGB (Red+Green+Blue) = 19+91+125=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #135B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B7D is #ECA482. Grayscale: #494949. Windows color (decimal): -15508611 or 8215315. OLE color: 8215315.

HSL color Cylindrical-coordinate representation of color #135B7D: hue angle of 199.25º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135B7D is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 91 125 -
CMYK 0.85 0.27 0 0.51
HSL 199.25º 0.74% 0.28% -
HSV(B) 199.25º 0.85% 0.49% -
XYZ 7.71 9.1 20.75 -
YUV 73.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 19 91 125 0.85 0.27 0 0.51 199.25 0.74 0.28
Hex 13 5B 7D 55 1B 0 33 C7 4A 1C
Octal 23 133 175 125 33 0 63 307 112 34
Binary 10011 1011011 1111101 1010101 11011 0 110011 11000111 1001010 11100

Color Harmonies of #135B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B7D

Black with #135B7D

Text Example


Text Example

White with #135B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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