#0f4458

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

Shades of Astronaut Blue #0F4458

Tints of Astronaut Blue #0F4458

Color information

#0F4458 (or 0x0F4458) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 44 and 58. RGB value is (15,68,88). Sum of RGB (Red+Green+Blue) = 15+68+88=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F4458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4458 is #F0BBA7. Grayscale: #363636. Windows color (decimal): -15776680 or 5784591. OLE color: 5784591.

HSL color Cylindrical-coordinate representation of color #0F4458: hue angle of 196.44º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4458 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB156888-
CMYK0.830.2300.65
HSL196.44º70.87%20.2%-
HSV(B)196.44º82.95%34.51%-
XYZ4.034.949.97-
YUV54.43146.9499.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=8.77%
G=39.77%
B=51.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1568880.830.2300.65196.4470.8720.2
HexF44585317041c44714
Octal1710413012327010130410724
Binary1111100010010110001010011101110100000111000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f4458; }

 p { color: rgb(15,68,88); }

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

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

 a { background-color: rgb(15,68,88); }

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

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

 span { border-color: rgb(15,68,88); }

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