Html Css Color HEX #13628C Allports

📋 copy color: '#13628C'

red 19 ◦ green 98 ◦ blue 140

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

Shades of Allports #13628C

Tints of Allports #13628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 7.39%
G = 38.13%
B = 54.47%

CMYK

 C value IS 0.86

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13628C (or 0x13628C) is known color: Allports. HEX triplet: 13, 62 and 8C. RGB value is (19,98,140). Sum of RGB (Red+Green+Blue) = 19+98+140=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #13628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13628C is #EC9D73. Grayscale: #4E4E4E. Windows color (decimal): -15506804 or 9200147. OLE color: 9200147.

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

Color convert

RGB 19 98 140 -
CMYK 0.86 0.3 0 0.45
HSL 200.83º 0.76% 0.31% -
HSV(B) 200.83º 0.86% 0.55% -
XYZ 9.37 10.77 26.4 -
YUV 79.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 19 98 140 0.86 0.3 0 0.45 200.83 0.76 0.31
Hex 13 62 8C 56 1E 0 2D C9 4C 1F
Octal 23 142 214 126 36 0 55 311 114 37
Binary 10011 1100010 10001100 1010110 11110 0 101101 11001001 1001100 11111

Color Harmonies of #13628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13628C

Black with #13628C

Text Example


Text Example

White with #13628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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