Html Css Color HEX #13698C Allports

📋 copy color: '#13698C'

red 19 ◦ green 105 ◦ blue 140

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

Shades of Allports #13698C

Tints of Allports #13698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

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

R = 7.2%
G = 39.77%
B = 53.03%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13698C (or 0x13698C) is known color: Allports. HEX triplet: 13, 69 and 8C. RGB value is (19,105,140). Sum of RGB (Red+Green+Blue) = 19+105+140=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #13698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13698C is #EC9673. Grayscale: #535353. Windows color (decimal): -15505012 or 9201939. OLE color: 9201939.

HSL color Cylindrical-coordinate representation of color #13698C: hue angle of 197.36º 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 #13698C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 105 140 -
CMYK 0.86 0.25 0 0.45
HSL 197.36º 0.76% 0.31% -
HSV(B) 197.36º 0.86% 0.55% -
XYZ 10.05 12.14 26.62 -
YUV 83.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 19 105 140 0.86 0.25 0 0.45 197.36 0.76 0.31
Hex 13 69 8C 56 19 0 2D C5 4C 1F
Octal 23 151 214 126 31 0 55 305 114 37
Binary 10011 1101001 10001100 1010110 11001 0 101101 11000101 1001100 11111

Color Harmonies of #13698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13698C

Black with #13698C

Text Example


Text Example

White with #13698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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