Html Css Color HEX #135172 Orient

📋 copy color: '#135172'

red 19 ◦ green 81 ◦ blue 114

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

Shades of Orient #135172

Tints of Orient #135172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 8.88%
G = 37.85%
B = 53.27%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135172 (or 0x135172) is known color: Orient. HEX triplet: 13, 51 and 72. RGB value is (19,81,114). Sum of RGB (Red+Green+Blue) = 19+81+114=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #135172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135172 is #ECAE8D. Grayscale: #424242. Windows color (decimal): -15511182 or 7491859. OLE color: 7491859.

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

Color convert

RGB 19 81 114 -
CMYK 0.83 0.29 0 0.55
HSL 200.84º 0.71% 0.26% -
HSV(B) 200.84º 0.83% 0.45% -
XYZ 6.25 7.24 16.99 -
YUV 66.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 19 81 114 0.83 0.29 0 0.55 200.84 0.71 0.26
Hex 13 51 72 53 1D 0 37 C9 47 1A
Octal 23 121 162 123 35 0 67 311 107 32
Binary 10011 1010001 1110010 1010011 11101 0 110111 11001001 1000111 11010

Color Harmonies of #135172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135172

Black with #135172

Text Example


Text Example

White with #135172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135172; }

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

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

background-color css

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

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

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

border-color css

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

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

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