#124362

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

Shades of Astronaut Blue #124362

Tints of Astronaut Blue #124362

Color information

#124362 (or 0x124362) is unknown color: approx Astronaut Blue. HEX triplet: 12, 43 and 62. RGB value is (18,67,98). Sum of RGB (Red+Green+Blue) = 18+67+98=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #124362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124362 is #EDBC9D. Grayscale: #373737. Windows color (decimal): -15580318 or 6439698. OLE color: 6439698.

HSL color Cylindrical-coordinate representation of color #124362: hue angle of 203.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124362 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186798-
CMYK0.820.3200.62
HSL203.25º68.97%22.75%-
HSV(B)203.25º81.63%38.43%-
XYZ4.465.0212.29-
YUV55.88151.77100.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=9.84%
G=36.61%
B=53.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1867980.820.3200.62203.2568.9722.75
Hex124362522003Ecb4517
Octal221031421224007631310527
Binary10010100001111000101010010100000011111011001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124362; }

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

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

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

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

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

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

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

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