Html Css Color HEX #0A415A Astronaut Blue

📋 copy color: '#0A415A'

red 10 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #0A415A

Tints of Astronaut Blue #0A415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 6.06%
G = 39.39%
B = 54.55%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A415A (or 0x0A415A) is known color: Astronaut Blue. HEX triplet: 0A, 41 and 5A. RGB value is (10,65,90). Sum of RGB (Red+Green+Blue) = 10+65+90=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A415A is #F5BEA5. Grayscale: #333333. Windows color (decimal): -16105126 or 5914890. OLE color: 5914890.

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

Color convert

RGB 10 65 90 -
CMYK 0.89 0.28 0 0.65
HSL 198.75º 0.8% 0.2% -
HSV(B) 198.75º 0.89% 0.35% -
XYZ 3.86 4.58 10.35 -
YUV 51.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 10 65 90 0.89 0.28 0 0.65 198.75 0.8 0.2
Hex A 41 5A 59 1C 0 41 C7 50 14
Octal 12 101 132 131 34 0 101 307 120 24
Binary 1010 1000001 1011010 1011001 11100 0 1000001 11000111 1010000 10100

Color Harmonies of #0A415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A415A

Black with #0A415A

Text Example


Text Example

White with #0A415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,90); }

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

background-color css

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

 a { background-color: rgb(10,65,90); }

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

border-color css

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

 span { border-color: rgb(10,65,90); }

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