#10063F

Color #10063F Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #10063F

Tints of Tolopea #10063F

Color information

#10063F (or 0x10063F) is unknown color: approx Tolopea. HEX triplet: 10, 06 and 3F. RGB value is (16,6,63). Sum of RGB (Red+Green+Blue) = 16+6+63=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #10063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10063F is #EFF9C0. Grayscale: #0F0F0F. Windows color (decimal): -15727041 or 4130320. OLE color: 4130320.

HSL color Cylindrical-coordinate representation of color #10063F: hue angle of 250.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10063F is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16663-
CMYK0.750.9000.75
HSL250.53º82.61%13.53%-
HSV(B)250.53º90.48%24.71%-
XYZ1.180.64.76-
YUV15.49154.81128.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 63 (25% from 255) = 74.12%
R=18.82%
G=7.06%
B=74.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal166630.750.9000.75250.5382.6113.53
Hex1063F4B5A04Bfb53e
Octal20677113132011337312316
Binary1000011011111110010111011010010010111111101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10063F; }

 p { color: rgb(16,6,63); }

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

<style>
 a { background-color: #10063F; }

 a { background-color: rgb(16,6,63); }

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

<style>
 span { border-color: #10063F; }

 span { border-color: rgb(16,6,63); }

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