#103F58

Color #103F58 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #103F58

Tints of Astronaut Blue #103F58

Color information

#103F58 (or 0x103F58) is unknown color: approx Astronaut Blue. HEX triplet: 10, 3F and 58. RGB value is (16,63,88). Sum of RGB (Red+Green+Blue) = 16+63+88=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #103F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F58 is #EFC0A7. Grayscale: #333333. Windows color (decimal): -15712424 or 5783312. OLE color: 5783312.

HSL color Cylindrical-coordinate representation of color #103F58: hue angle of 200.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103F58 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB166388-
CMYK0.820.2800.65
HSL200.83º69.23%20.39%-
HSV(B)200.83º81.82%34.51%-
XYZ3.754.379.88-
YUV51.8148.43102.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=9.58%
G=37.72%
B=52.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1663880.820.2800.65200.8369.2320.39
Hex103F58521C041c94514
Octal207713012234010131110524
Binary1000011111110110001010010111000100000111001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F58; }

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

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

<style>
 a { background-color: #103F58; }

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

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

<style>
 span { border-color: #103F58; }

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

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