#104968

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

Shades of Astronaut Blue #104968

Tints of Astronaut Blue #104968

Color information

#104968 (or 0x104968) is unknown color: approx Astronaut Blue. HEX triplet: 10, 49 and 68. RGB value is (16,73,104). Sum of RGB (Red+Green+Blue) = 16+73+104=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #104968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104968 is #EFB697. Grayscale: #3B3B3B. Windows color (decimal): -15709848 or 6834448. OLE color: 6834448.

HSL color Cylindrical-coordinate representation of color #104968: hue angle of 201.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104968 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1673104-
CMYK0.850.3000.59
HSL201.14º73.33%23.53%-
HSV(B)201.14º84.62%40.78%-
XYZ5.095.8713.96-
YUV59.49153.1296.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=8.29%
G=37.82%
B=53.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16731040.850.3000.59201.1473.3323.53
Hex104968551E03Bc94918
Octal201111501253607331111130
Binary1000010010011101000101010111110011101111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104968; }

 p { color: rgb(16,73,104); }

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

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

 a { background-color: rgb(16,73,104); }

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

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

 span { border-color: rgb(16,73,104); }

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