Html Css Color HEX #0A4562 Astronaut Blue

📋 copy color: '#0A4562'

red 10 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #0A4562

Tints of Astronaut Blue #0A4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 5.65%
G = 38.98%
B = 55.37%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A4562 (or 0x0A4562) is known color: Astronaut Blue. HEX triplet: 0A, 45 and 62. RGB value is (10,69,98). Sum of RGB (Red+Green+Blue) = 10+69+98=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A4562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4562 is #F5BA9D. Grayscale: #363636. Windows color (decimal): -16104094 or 6440202. OLE color: 6440202.

HSL color Cylindrical-coordinate representation of color #0A4562: hue angle of 199.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4562 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 69 98 -
CMYK 0.90 0.30 0 0.62
HSL 199.77º 0.81% 0.21% -
HSV(B) 199.77º 0.9% 0.38% -
XYZ 4.46 5.2 12.32 -
YUV 54.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 10 69 98 0.90 0.30 0 0.62 199.77 0.81 0.21
Hex A 45 62 5A 1E 0 3E C8 51 15
Octal 12 105 142 132 36 0 76 310 121 25
Binary 1010 1000101 1100010 1011010 11110 0 111110 11001000 1010001 10101

Color Harmonies of #0A4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4562

Black with #0A4562

Text Example


Text Example

White with #0A4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,69,98); }

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

background-color css

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

 a { background-color: rgb(10,69,98); }

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

border-color css

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

 span { border-color: rgb(10,69,98); }

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