Html Css Color HEX #135174 Orient

📋 copy color: '#135174'

red 19 ◦ green 81 ◦ blue 116

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

Shades of Orient #135174

Tints of Orient #135174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 8.8%
G = 37.5%
B = 53.7%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135174 (or 0x135174) is known color: Orient. HEX triplet: 13, 51 and 74. RGB value is (19,81,116). Sum of RGB (Red+Green+Blue) = 19+81+116=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #135174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135174 is #ECAE8B. Grayscale: #424242. Windows color (decimal): -15511180 or 7622931. OLE color: 7622931.

HSL color Cylindrical-coordinate representation of color #135174: hue angle of 201.65º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135174 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 81 116 -
CMYK 0.84 0.30 0 0.55
HSL 201.65º 0.72% 0.26% -
HSV(B) 201.65º 0.84% 0.45% -
XYZ 6.36 7.28 17.59 -
YUV 66.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 19 81 116 0.84 0.30 0 0.55 201.65 0.72 0.26
Hex 13 51 74 54 1E 0 37 CA 48 1A
Octal 23 121 164 124 36 0 67 312 110 32
Binary 10011 1010001 1110100 1010100 11110 0 110111 11001010 1001000 11010

Color Harmonies of #135174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135174

Black with #135174

Text Example


Text Example

White with #135174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135174; }

 p { color: rgb(19,81,116); }

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

background-color css

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

 a { background-color: rgb(19,81,116); }

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

border-color css

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

 span { border-color: rgb(19,81,116); }

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