#0D4254

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

Shades of Astronaut Blue #0D4254

Tints of Astronaut Blue #0D4254

Color information

#0D4254 (or 0x0D4254) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 42 and 54. RGB value is (13,66,84). Sum of RGB (Red+Green+Blue) = 13+66+84=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D4254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4254 is #F2BDAB. Grayscale: #343434. Windows color (decimal): -15908268 or 5521933. OLE color: 5521933.

HSL color Cylindrical-coordinate representation of color #0D4254: hue angle of 195.21º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4254 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB136684-
CMYK0.850.2100.67
HSL195.21º73.2%19.02%-
HSV(B)195.21º84.52%32.94%-
XYZ3.714.629.08-
YUV52.2145.94100.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=7.98%
G=40.49%
B=51.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1366840.850.2100.67195.2173.219.02
HexD42545515043c34913
Octal1510212412525010330311123
Binary1101100001010101001010101101010100001111000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,84); }

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

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

 a { background-color: rgb(13,66,84); }

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

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

 span { border-color: rgb(13,66,84); }

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