Html Css Color HEX #13617B Allports

📋 copy color: '#13617B'

red 19 ◦ green 97 ◦ blue 123

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

Shades of Allports #13617B

Tints of Allports #13617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 7.95%
G = 40.59%
B = 51.46%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13617B (or 0x13617B) is known color: Allports. HEX triplet: 13, 61 and 7B. RGB value is (19,97,123). Sum of RGB (Red+Green+Blue) = 19+97+123=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #13617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13617B is #EC9E84. Grayscale: #4C4C4C. Windows color (decimal): -15507077 or 8085779. OLE color: 8085779.

HSL color Cylindrical-coordinate representation of color #13617B: hue angle of 195º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13617B is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 97 123 -
CMYK 0.85 0.21 0 0.52
HSL 195º 0.73% 0.28% -
HSV(B) 195º 0.85% 0.48% -
XYZ 8.12 10.12 20.26 -
YUV 76.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 19 97 123 0.85 0.21 0 0.52 195 0.73 0.28
Hex 13 61 7B 55 15 0 34 C3 49 1C
Octal 23 141 173 125 25 0 64 303 111 34
Binary 10011 1100001 1111011 1010101 10101 0 110100 11000011 1001001 11100

Color Harmonies of #13617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13617B

Black with #13617B

Text Example


Text Example

White with #13617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13617B; }

 p { color: rgb(19,97,123); }

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

background-color css

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

 a { background-color: rgb(19,97,123); }

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

border-color css

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

 span { border-color: rgb(19,97,123); }

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