#10435B

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

Shades of Astronaut Blue #10435B

Tints of Astronaut Blue #10435B

Color information

#10435B (or 0x10435B) is unknown color: approx Astronaut Blue. HEX triplet: 10, 43 and 5B. RGB value is (16,67,91). Sum of RGB (Red+Green+Blue) = 16+67+91=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #10435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10435B is #EFBCA4. Grayscale: #363636. Windows color (decimal): -15711397 or 5980944. OLE color: 5980944.

HSL color Cylindrical-coordinate representation of color #10435B: hue angle of 199.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10435B is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB166791-
CMYK0.820.2600.64
HSL199.2º70.09%20.98%-
HSV(B)199.2º82.42%35.69%-
XYZ4.114.8810.62-
YUV54.49148.6100.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=9.20%
G=38.51%
B=52.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1667910.820.2600.64199.270.0920.98
Hex10435B521A040c74615
Octal2010313312232010030710625
Binary10000100001110110111010010110100100000011000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10435B; }

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

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

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

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

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

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

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

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