Html Css Color HEX #13628A Allports

📋 copy color: '#13628A'

red 19 ◦ green 98 ◦ blue 138

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

Shades of Allports #13628A

Tints of Allports #13628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 7.45%
G = 38.43%
B = 54.12%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13628A (or 0x13628A) is known color: Allports. HEX triplet: 13, 62 and 8A. RGB value is (19,98,138). Sum of RGB (Red+Green+Blue) = 19+98+138=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #13628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13628A is #EC9D75. Grayscale: #4E4E4E. Windows color (decimal): -15506806 or 9069075. OLE color: 9069075.

HSL color Cylindrical-coordinate representation of color #13628A: hue angle of 200.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13628A is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 98 138 -
CMYK 0.86 0.29 0 0.46
HSL 200.17º 0.76% 0.31% -
HSV(B) 200.17º 0.86% 0.54% -
XYZ 9.22 10.71 25.63 -
YUV 78.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 19 98 138 0.86 0.29 0 0.46 200.17 0.76 0.31
Hex 13 62 8A 56 1D 0 2E C8 4C 1F
Octal 23 142 212 126 35 0 56 310 114 37
Binary 10011 1100010 10001010 1010110 11101 0 101110 11001000 1001100 11111

Color Harmonies of #13628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13628A

Black with #13628A

Text Example


Text Example

White with #13628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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