Html Css Color HEX #135277 Orient

📋 copy color: '#135277'

red 19 ◦ green 82 ◦ blue 119

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

Shades of Orient #135277

Tints of Orient #135277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 8.64%
G = 37.27%
B = 54.09%

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

#135277 (or 0x135277) is known color: Orient. HEX triplet: 13, 52 and 77. RGB value is (19,82,119). Sum of RGB (Red+Green+Blue) = 19+82+119=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #135277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135277 is #ECAD88. Grayscale: #434343. Windows color (decimal): -15510921 or 7819795. OLE color: 7819795.

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

Color convert

RGB 19 82 119 -
CMYK 0.84 0.31 0 0.53
HSL 202.2º 0.72% 0.27% -
HSV(B) 202.2º 0.84% 0.47% -
XYZ 6.62 7.5 18.55 -
YUV 67.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 19 82 119 0.84 0.31 0 0.53 202.2 0.72 0.27
Hex 13 52 77 54 1F 0 35 CA 48 1B
Octal 23 122 167 124 37 0 65 312 110 33
Binary 10011 1010010 1110111 1010100 11111 0 110101 11001010 1001000 11011

Color Harmonies of #135277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135277

Black with #135277

Text Example


Text Example

White with #135277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135277; }

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

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

background-color css

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

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

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

border-color css

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

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

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