#124658

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

Shades of Astronaut Blue #124658

Tints of Astronaut Blue #124658

Color information

#124658 (or 0x124658) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 58. RGB value is (18,70,88). Sum of RGB (Red+Green+Blue) = 18+70+88=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #124658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124658 is #EDB9A7. Grayscale: #383838. Windows color (decimal): -15579560 or 5785106. OLE color: 5785106.

HSL color Cylindrical-coordinate representation of color #124658: hue angle of 195.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124658 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB187088-
CMYK0.800.2000.65
HSL195.43º66.04%20.78%-
HSV(B)195.43º79.55%34.51%-
XYZ4.25.2110.02-
YUV56.5145.77100.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 88 (34.77% from 255) = 50%
R=10.23%
G=39.77%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1870880.800.2000.65195.4366.0420.78
Hex1246585014041c34215
Octal2210613012024010130310225
Binary10010100011010110001010000101000100000111000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124658; }

 p { color: rgb(18,70,88); }

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

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

 a { background-color: rgb(18,70,88); }

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

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

 span { border-color: rgb(18,70,88); }

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