Html Css Color HEX #13748C Allports

📋 copy color: '#13748C'

red 19 ◦ green 116 ◦ blue 140

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

Shades of Allports #13748C

Tints of Allports #13748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 6.91%
G = 42.18%
B = 50.91%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13748C (or 0x13748C) is known color: Allports. HEX triplet: 13, 74 and 8C. RGB value is (19,116,140). Sum of RGB (Red+Green+Blue) = 19+116+140=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #13748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13748C is #EC8B73. Grayscale: #595959. Windows color (decimal): -15502196 or 9204755. OLE color: 9204755.

HSL color Cylindrical-coordinate representation of color #13748C: hue angle of 191.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13748C is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 116 140 -
CMYK 0.86 0.17 0 0.45
HSL 191.9º 0.76% 0.31% -
HSV(B) 191.9º 0.86% 0.55% -
XYZ 11.25 14.52 27.02 -
YUV 89.73 156.36 77.55 -
System Red Green Blue C M Y K H S L
Decimal 19 116 140 0.86 0.17 0 0.45 191.9 0.76 0.31
Hex 13 74 8C 56 11 0 2D C0 4C 1F
Octal 23 164 214 126 21 0 55 300 114 37
Binary 10011 1110100 10001100 1010110 10001 0 101101 11000000 1001100 11111

Color Harmonies of #13748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13748C

Black with #13748C

Text Example


Text Example

White with #13748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,116,140); }

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

background-color css

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

 a { background-color: rgb(19,116,140); }

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

border-color css

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

 span { border-color: rgb(19,116,140); }

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