#0F4B63

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

Shades of Astronaut Blue #0F4B63

Tints of Astronaut Blue #0F4B63

Color information

#0F4B63 (or 0x0F4B63) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4B and 63. RGB value is (15,75,99). Sum of RGB (Red+Green+Blue) = 15+75+99=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B63 is #F0B49C. Grayscale: #3B3B3B. Windows color (decimal): -15774877 or 6507279. OLE color: 6507279.

HSL color Cylindrical-coordinate representation of color #0F4B63: hue angle of 197.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4B63 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB157599-
CMYK0.850.2400.61
HSL197.14º73.68%22.35%-
HSV(B)197.14º84.85%38.82%-
XYZ4.976.0312.71-
YUV59.8150.1296.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=7.94%
G=39.68%
B=52.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1575990.850.2400.61197.1473.6822.35
HexF4B63551803Dc54a16
Octal171131431253007530511226
Binary111110010111100011101010111000011110111000101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,99); }

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

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

 a { background-color: rgb(15,75,99); }

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

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

 span { border-color: rgb(15,75,99); }

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