#104A67

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

Shades of Astronaut Blue #104A67

Tints of Astronaut Blue #104A67

Color information

#104A67 (or 0x104A67) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4A and 67. RGB value is (16,74,103). Sum of RGB (Red+Green+Blue) = 16+74+103=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #104A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A67 is #EFB598. Grayscale: #3B3B3B. Windows color (decimal): -15709593 or 6769168. OLE color: 6769168.

HSL color Cylindrical-coordinate representation of color #104A67: hue angle of 200º 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 #104A67 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1674103-
CMYK0.840.2800.60
HSL200º73.11%23.33%-
HSV(B)200º84.47%40.39%-
XYZ5.115.9913.72-
YUV59.96152.2896.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=8.29%
G=38.34%
B=53.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16741030.840.2800.6020073.1123.33
Hex104A67541C03Cc84917
Octal201121471243407431011127
Binary1000010010101100111101010011100011110011001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104A67; }

 p { color: rgb(16,74,103); }

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

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

 a { background-color: rgb(16,74,103); }

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

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

 span { border-color: rgb(16,74,103); }

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