#0D4462

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

Shades of Astronaut Blue #0D4462

Tints of Astronaut Blue #0D4462

Color information

#0D4462 (or 0x0D4462) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 44 and 62. RGB value is (13,68,98). Sum of RGB (Red+Green+Blue) = 13+68+98=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D4462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4462 is #F2BB9D. Grayscale: #363636. Windows color (decimal): -15907742 or 6439949. OLE color: 6439949.

HSL color Cylindrical-coordinate representation of color #0D4462: hue angle of 201.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4462 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB136898-
CMYK0.870.3100.62
HSL201.18º76.58%21.76%-
HSV(B)201.18º86.73%38.43%-
XYZ4.445.112.31-
YUV54.97152.2898.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=7.26%
G=37.99%
B=54.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1368980.870.3100.62201.1876.5821.76
HexD4462571F03Ec94d16
Octal151041421273707631111526
Binary110110001001100010101011111111011111011001001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,98); }

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

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

 a { background-color: rgb(13,68,98); }

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

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

 span { border-color: rgb(13,68,98); }

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