#10638B

Color #10638B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #10638B

Tints of Allports #10638B

Color information

#10638B (or 0x10638B) is unknown color: approx Allports. HEX triplet: 10, 63 and 8B. RGB value is (16,99,139). Sum of RGB (Red+Green+Blue) = 16+99+139=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #10638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10638B is #EF9C74. Grayscale: #4E4E4E. Windows color (decimal): -15703157 or 9134864. OLE color: 9134864.

HSL color Cylindrical-coordinate representation of color #10638B: hue angle of 199.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10638B is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1699139-
CMYK0.880.2900.45
HSL199.51º79.35%30.39%-
HSV(B)199.51º88.49%54.51%-
XYZ9.3410.926.04-
YUV78.7416283.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=6.30%
G=38.98%
B=54.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16991390.880.2900.45199.5179.3530.39
Hex10638B581D02Dc84f1e
Octal201432131303505531011736
Binary10000110001110001011101100011101010110111001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,99,139); }

 H1.HeaderClassName
 {
   color: #10638B;
 }
 .AnyTagClassName
 {
   color: #10638B;
 }
</style>
background-color css

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

 a { background-color: rgb(16,99,139); }

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

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

 span { border-color: rgb(16,99,139); }

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