Html Css Color HEX #135878 Orient

📋 copy color: '#135878'

red 19 ◦ green 88 ◦ blue 120

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

Shades of Orient #135878

Tints of Orient #135878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 8.37%
G = 38.77%
B = 52.86%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135878 (or 0x135878) is known color: Orient. HEX triplet: 13, 58 and 78. RGB value is (19,88,120). Sum of RGB (Red+Green+Blue) = 19+88+120=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #135878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135878 is #ECA787. Grayscale: #464646. Windows color (decimal): -15509384 or 7886867. OLE color: 7886867.

HSL color Cylindrical-coordinate representation of color #135878: hue angle of 199.01º 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 #135878 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 88 120 -
CMYK 0.84 0.27 0 0.53
HSL 199.01º 0.73% 0.27% -
HSV(B) 199.01º 0.84% 0.47% -
XYZ 7.15 8.47 19.03 -
YUV 71.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 19 88 120 0.84 0.27 0 0.53 199.01 0.73 0.27
Hex 13 58 78 54 1B 0 35 C7 49 1B
Octal 23 130 170 124 33 0 65 307 111 33
Binary 10011 1011000 1111000 1010100 11011 0 110101 11000111 1001001 11011

Color Harmonies of #135878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135878

Black with #135878

Text Example


Text Example

White with #135878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135878; }

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

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

background-color css

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

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

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

border-color css

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

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

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