Html Css Color HEX #0A485E Astronaut Blue

📋 copy color: '#0A485E'

red 10 ◦ green 72 ◦ blue 94

#0A485E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #0A485E

Tints of Astronaut Blue #0A485E

RGB

 RED value IS 10 (4.3% from 255) = 5.68%

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 5.68%
G = 40.91%
B = 53.41%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A485E (or 0x0A485E) is known color: Astronaut Blue. HEX triplet: 0A, 48 and 5E. RGB value is (10,72,94). Sum of RGB (Red+Green+Blue) = 10+72+94=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485E is #F5B7A1. Grayscale: #373737. Windows color (decimal): -16103330 or 6178826. OLE color: 6178826.

HSL color Cylindrical-coordinate representation of color #0A485E: hue angle of 195.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A485E is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 72 94 -
CMYK 0.89 0.23 0 0.63
HSL 195.71º 0.81% 0.2% -
HSV(B) 195.71º 0.89% 0.37% -
XYZ 4.46 5.51 11.42 -
YUV 55.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 10 72 94 0.89 0.23 0 0.63 195.71 0.81 0.2
Hex A 48 5E 59 17 0 3F C4 51 14
Octal 12 110 136 131 27 0 77 304 121 24
Binary 1010 1001000 1011110 1011001 10111 0 111111 11000100 1010001 10100

Color Harmonies of #0A485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A485E

Black with #0A485E

Text Example


Text Example

White with #0A485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,94); }

 H1.HeaderClassName
 {
   color: #0A485E;
 }
 .AnyTagClassName
 {
   color: #0A485E;
 }
</style>

background-color css

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

 a { background-color: rgb(10,72,94); }

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

border-color css

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

 span { border-color: rgb(10,72,94); }

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