#104365

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

Shades of Astronaut Blue #104365

Tints of Astronaut Blue #104365

Color information

#104365 (or 0x104365) is unknown color: approx Astronaut Blue. HEX triplet: 10, 43 and 65. RGB value is (16,67,101). Sum of RGB (Red+Green+Blue) = 16+67+101=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #104365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104365 is #EFBC9A. Grayscale: #373737. Windows color (decimal): -15711387 or 6636304. OLE color: 6636304.

HSL color Cylindrical-coordinate representation of color #104365: hue angle of 204º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104365 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1667101-
CMYK0.840.3400.60
HSL204º72.65%22.94%-
HSV(B)204º84.16%39.61%-
XYZ4.575.0613.05-
YUV55.63153.699.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 101 (39.84% from 255) = 54.89%
R=8.70%
G=36.41%
B=54.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16671010.840.3400.6020472.6522.94
Hex104365542203Ccc4917
Octal201031451244207431411127
Binary10000100001111001011010100100010011110011001100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104365; }

 p { color: rgb(16,67,101); }

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

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

 a { background-color: rgb(16,67,101); }

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

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

 span { border-color: rgb(16,67,101); }

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