Html Css Color HEX #13757B Allports

📋 copy color: '#13757B'

red 19 ◦ green 117 ◦ blue 123

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

Shades of Allports #13757B

Tints of Allports #13757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 7.34%
G = 45.17%
B = 47.49%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13757B (or 0x13757B) is known color: Allports. HEX triplet: 13, 75 and 7B. RGB value is (19,117,123). Sum of RGB (Red+Green+Blue) = 19+117+123=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #13757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13757B is #EC8A84. Grayscale: #585858. Windows color (decimal): -15501957 or 8090899. OLE color: 8090899.

HSL color Cylindrical-coordinate representation of color #13757B: hue angle of 183.46º 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 #13757B is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 117 123 -
CMYK 0.85 0.05 0 0.52
HSL 183.46º 0.73% 0.28% -
HSV(B) 183.46º 0.85% 0.48% -
XYZ 10.21 14.29 20.96 -
YUV 88.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 19 117 123 0.85 0.05 0 0.52 183.46 0.73 0.28
Hex 13 75 7B 55 5 0 34 B7 49 1C
Octal 23 165 173 125 5 0 64 267 111 34
Binary 10011 1110101 1111011 1010101 101 0 110100 10110111 1001001 11100

Color Harmonies of #13757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13757B

Black with #13757B

Text Example


Text Example

White with #13757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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