Html Css Color HEX #13506C Orient

📋 copy color: '#13506C'

red 19 ◦ green 80 ◦ blue 108

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

Shades of Orient #13506C

Tints of Orient #13506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 9.18%
G = 38.65%
B = 52.17%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13506C (or 0x13506C) is known color: Orient. HEX triplet: 13, 50 and 6C. RGB value is (19,80,108). Sum of RGB (Red+Green+Blue) = 19+80+108=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #13506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13506C is #ECAF93. Grayscale: #404040. Windows color (decimal): -15511444 or 7098387. OLE color: 7098387.

HSL color Cylindrical-coordinate representation of color #13506C: hue angle of 198.88º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13506C is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 80 108 -
CMYK 0.82 0.26 0 0.58
HSL 198.88º 0.7% 0.25% -
HSV(B) 198.88º 0.82% 0.42% -
XYZ 5.84 6.96 15.22 -
YUV 64.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 19 80 108 0.82 0.26 0 0.58 198.88 0.7 0.25
Hex 13 50 6C 52 1A 0 3A C7 46 19
Octal 23 120 154 122 32 0 72 307 106 31
Binary 10011 1010000 1101100 1010010 11010 0 111010 11000111 1000110 11001

Color Harmonies of #13506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13506C

Black with #13506C

Text Example


Text Example

White with #13506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13506C; }

 p { color: rgb(19,80,108); }

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

background-color css

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

 a { background-color: rgb(19,80,108); }

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

border-color css

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

 span { border-color: rgb(19,80,108); }

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