#124467

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

Shades of Astronaut Blue #124467

Tints of Astronaut Blue #124467

Color information

#124467 (or 0x124467) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 67. RGB value is (18,68,103). Sum of RGB (Red+Green+Blue) = 18+68+103=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #124467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124467 is #EDBB98. Grayscale: #383838. Windows color (decimal): -15580057 or 6767634. OLE color: 6767634.

HSL color Cylindrical-coordinate representation of color #124467: hue angle of 204.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124467 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1868103-
CMYK0.830.3400.60
HSL204.71º70.25%23.73%-
HSV(B)204.71º82.52%40.39%-
XYZ4.765.2413.59-
YUV57.04153.94100.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 103 (40.62% from 255) = 54.50%
R=9.52%
G=35.98%
B=54.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18681030.830.3400.60204.7170.2523.73
Hex124467532203Ccd4618
Octal221041471234207431510630
Binary10010100010011001111010011100010011110011001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124467; }

 p { color: rgb(18,68,103); }

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

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

 a { background-color: rgb(18,68,103); }

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

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

 span { border-color: rgb(18,68,103); }

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