Html Css Color HEX #135276 Orient

📋 copy color: '#135276'

red 19 ◦ green 82 ◦ blue 118

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

Shades of Orient #135276

Tints of Orient #135276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 8.68%
G = 37.44%
B = 53.88%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135276 (or 0x135276) is known color: Orient. HEX triplet: 13, 52 and 76. RGB value is (19,82,118). Sum of RGB (Red+Green+Blue) = 19+82+118=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #135276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135276 is #ECAD89. Grayscale: #434343. Windows color (decimal): -15510922 or 7754259. OLE color: 7754259.

HSL color Cylindrical-coordinate representation of color #135276: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135276 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 82 118 -
CMYK 0.84 0.31 0 0.54
HSL 201.82º 0.72% 0.27% -
HSV(B) 201.82º 0.84% 0.46% -
XYZ 6.56 7.48 18.24 -
YUV 67.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 19 82 118 0.84 0.31 0 0.54 201.82 0.72 0.27
Hex 13 52 76 54 1F 0 36 CA 48 1B
Octal 23 122 166 124 37 0 66 312 110 33
Binary 10011 1010010 1110110 1010100 11111 0 110110 11001010 1001000 11011

Color Harmonies of #135276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135276

Black with #135276

Text Example


Text Example

White with #135276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135276; }

 p { color: rgb(19,82,118); }

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

background-color css

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

 a { background-color: rgb(19,82,118); }

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

border-color css

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

 span { border-color: rgb(19,82,118); }

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