Html Css Color HEX #135478 Orient

📋 copy color: '#135478'

red 19 ◦ green 84 ◦ blue 120

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

Shades of Orient #135478

Tints of Orient #135478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 8.52%
G = 37.67%
B = 53.81%

CMYK

 C value IS 0.84

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135478 (or 0x135478) is known color: Orient. HEX triplet: 13, 54 and 78. RGB value is (19,84,120). Sum of RGB (Red+Green+Blue) = 19+84+120=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #135478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135478 is #ECAB87. Grayscale: #444444. Windows color (decimal): -15510408 or 7885843. OLE color: 7885843.

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

Color convert

RGB 19 84 120 -
CMYK 0.84 0.3 0 0.53
HSL 201.39º 0.73% 0.27% -
HSV(B) 201.39º 0.84% 0.47% -
XYZ 6.83 7.84 18.92 -
YUV 68.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 19 84 120 0.84 0.3 0 0.53 201.39 0.73 0.27
Hex 13 54 78 54 1E 0 35 C9 49 1B
Octal 23 124 170 124 36 0 65 311 111 33
Binary 10011 1010100 1111000 1010100 11110 0 110101 11001001 1001001 11011

Color Harmonies of #135478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135478

Black with #135478

Text Example


Text Example

White with #135478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135478; }

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

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

background-color css

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

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

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

border-color css

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

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

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