Html Css Color HEX #135D78 Orient

📋 copy color: '#135D78'

red 19 ◦ green 93 ◦ blue 120

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

Shades of Orient #135D78

Tints of Orient #135D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 8.19%
G = 40.09%
B = 51.72%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135D78 (or 0x135D78) is known color: Orient. HEX triplet: 13, 5D and 78. RGB value is (19,93,120). Sum of RGB (Red+Green+Blue) = 19+93+120=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #135D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D78 is #ECA287. Grayscale: #494949. Windows color (decimal): -15508104 or 7888147. OLE color: 7888147.

HSL color Cylindrical-coordinate representation of color #135D78: hue angle of 196.04º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135D78 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 93 120 -
CMYK 0.84 0.22 0 0.53
HSL 196.04º 0.73% 0.27% -
HSV(B) 196.04º 0.84% 0.47% -
XYZ 7.57 9.32 19.17 -
YUV 73.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 19 93 120 0.84 0.22 0 0.53 196.04 0.73 0.27
Hex 13 5D 78 54 16 0 35 C4 49 1B
Octal 23 135 170 124 26 0 65 304 111 33
Binary 10011 1011101 1111000 1010100 10110 0 110101 11000100 1001001 11011

Color Harmonies of #135D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D78

Black with #135D78

Text Example


Text Example

White with #135D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,120); }

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

background-color css

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

 a { background-color: rgb(19,93,120); }

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

border-color css

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

 span { border-color: rgb(19,93,120); }

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