Html Css Color HEX #13628B Allports

📋 copy color: '#13628B'

red 19 ◦ green 98 ◦ blue 139

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

Shades of Allports #13628B

Tints of Allports #13628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 7.42%
G = 38.28%
B = 54.3%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13628B (or 0x13628B) is known color: Allports. HEX triplet: 13, 62 and 8B. RGB value is (19,98,139). Sum of RGB (Red+Green+Blue) = 19+98+139=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #13628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13628B is #EC9D74. Grayscale: #4E4E4E. Windows color (decimal): -15506805 or 9134611. OLE color: 9134611.

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

Color convert

RGB 19 98 139 -
CMYK 0.86 0.29 0 0.45
HSL 200.5º 0.76% 0.31% -
HSV(B) 200.5º 0.86% 0.55% -
XYZ 9.3 10.74 26.01 -
YUV 79.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 19 98 139 0.86 0.29 0 0.45 200.5 0.76 0.31
Hex 13 62 8B 56 1D 0 2D C8 4C 1F
Octal 23 142 213 126 35 0 55 310 114 37
Binary 10011 1100010 10001011 1010110 11101 0 101101 11001000 1001100 11111

Color Harmonies of #13628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13628B

Black with #13628B

Text Example


Text Example

White with #13628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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