Html Css Color HEX #13698F Allports

📋 copy color: '#13698F'

red 19 ◦ green 105 ◦ blue 143

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

Shades of Allports #13698F

Tints of Allports #13698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 7.12%
G = 39.33%
B = 53.56%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13698F (or 0x13698F) is known color: Allports. HEX triplet: 13, 69 and 8F. RGB value is (19,105,143). Sum of RGB (Red+Green+Blue) = 19+105+143=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #13698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13698F is #EC9670. Grayscale: #535353. Windows color (decimal): -15505009 or 9398547. OLE color: 9398547.

HSL color Cylindrical-coordinate representation of color #13698F: hue angle of 198.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13698F is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 105 143 -
CMYK 0.87 0.27 0 0.44
HSL 198.39º 0.77% 0.32% -
HSV(B) 198.39º 0.87% 0.56% -
XYZ 10.28 12.22 27.8 -
YUV 83.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 19 105 143 0.87 0.27 0 0.44 198.39 0.77 0.32
Hex 13 69 8F 57 1B 0 2C C6 4D 20
Octal 23 151 217 127 33 0 54 306 115 40
Binary 10011 1101001 10001111 1010111 11011 0 101100 11000110 1001101 100000

Color Harmonies of #13698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13698F

Black with #13698F

Text Example


Text Example

White with #13698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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