#12435D

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

Shades of Astronaut Blue #12435D

Tints of Astronaut Blue #12435D

Color information

#12435D (or 0x12435D) is unknown color: approx Astronaut Blue. HEX triplet: 12, 43 and 5D. RGB value is (18,67,93). Sum of RGB (Red+Green+Blue) = 18+67+93=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #12435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12435D is #EDBCA2. Grayscale: #373737. Windows color (decimal): -15580323 or 6112018. OLE color: 6112018.

HSL color Cylindrical-coordinate representation of color #12435D: hue angle of 200.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12435D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB186793-
CMYK0.810.2800.64
HSL200.8º67.57%21.76%-
HSV(B)200.8º80.65%36.47%-
XYZ4.234.9311.09-
YUV55.31149.27101.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=10.11%
G=37.64%
B=52.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1867930.810.2800.64200.867.5721.76
Hex12435D511C040c94416
Octal2210313512134010031110426
Binary10010100001110111011010001111000100000011001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12435D; }

 p { color: rgb(18,67,93); }

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

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

 a { background-color: rgb(18,67,93); }

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

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

 span { border-color: rgb(18,67,93); }

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