Html Css Color HEX #13638E Allports

📋 copy color: '#13638E'

red 19 ◦ green 99 ◦ blue 142

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

Shades of Allports #13638E

Tints of Allports #13638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 7.31%
G = 38.08%
B = 54.62%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13638E (or 0x13638E) is known color: Allports. HEX triplet: 13, 63 and 8E. RGB value is (19,99,142). Sum of RGB (Red+Green+Blue) = 19+99+142=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #13638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13638E is #EC9C71. Grayscale: #4F4F4F. Windows color (decimal): -15506546 or 9331475. OLE color: 9331475.

HSL color Cylindrical-coordinate representation of color #13638E: hue angle of 200.98º degrees, saturation: 0.76, 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 #13638E is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 99 142 -
CMYK 0.87 0.30 0 0.44
HSL 200.98º 0.76% 0.32% -
HSV(B) 200.98º 0.87% 0.56% -
XYZ 9.61 11.02 27.21 -
YUV 79.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 19 99 142 0.87 0.30 0 0.44 200.98 0.76 0.32
Hex 13 63 8E 57 1E 0 2C C9 4C 20
Octal 23 143 216 127 36 0 54 311 114 40
Binary 10011 1100011 10001110 1010111 11110 0 101100 11001001 1001100 100000

Color Harmonies of #13638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13638E

Black with #13638E

Text Example


Text Example

White with #13638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13638E; }

 p { color: rgb(19,99,142); }

 H1.HeaderClassName
 {
   color: #13638E;
 }
 .AnyTagClassName
 {
   color: #13638E;
 }
</style>

background-color css

<style>
 a { background-color: #13638E; }

 a { background-color: rgb(19,99,142); }

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

border-color css

<style>
 span { border-color: #13638E; }

 span { border-color: rgb(19,99,142); }

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