Html Css Color HEX #135378 Orient

📋 copy color: '#135378'

red 19 ◦ green 83 ◦ blue 120

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

Shades of Orient #135378

Tints of Orient #135378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 8.56%
G = 37.39%
B = 54.05%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135378 (or 0x135378) is known color: Orient. HEX triplet: 13, 53 and 78. RGB value is (19,83,120). Sum of RGB (Red+Green+Blue) = 19+83+120=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #135378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135378 is #ECAC87. Grayscale: #434343. Windows color (decimal): -15510664 or 7885587. OLE color: 7885587.

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

Color convert

RGB 19 83 120 -
CMYK 0.84 0.31 0 0.53
HSL 201.98º 0.73% 0.27% -
HSV(B) 201.98º 0.84% 0.47% -
XYZ 6.75 7.68 18.9 -
YUV 68.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 19 83 120 0.84 0.31 0 0.53 201.98 0.73 0.27
Hex 13 53 78 54 1F 0 35 CA 49 1B
Octal 23 123 170 124 37 0 65 312 111 33
Binary 10011 1010011 1111000 1010100 11111 0 110101 11001010 1001001 11011

Color Harmonies of #135378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135378

Black with #135378

Text Example


Text Example

White with #135378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135378; }

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

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

background-color css

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

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

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

border-color css

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

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

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