Html Css Color HEX #0A425C Astronaut Blue

📋 copy color: '#0A425C'

red 10 ◦ green 66 ◦ blue 92

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

Shades of Astronaut Blue #0A425C

Tints of Astronaut Blue #0A425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 5.95%
G = 39.29%
B = 54.76%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A425C (or 0x0A425C) is known color: Astronaut Blue. HEX triplet: 0A, 42 and 5C. RGB value is (10,66,92). Sum of RGB (Red+Green+Blue) = 10+66+92=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A425C is #F5BDA3. Grayscale: #343434. Windows color (decimal): -16104868 or 6046218. OLE color: 6046218.

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

Color convert

RGB 10 66 92 -
CMYK 0.89 0.28 0 0.64
HSL 199.02º 0.8% 0.2% -
HSV(B) 199.02º 0.89% 0.36% -
XYZ 4.01 4.73 10.83 -
YUV 52.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 10 66 92 0.89 0.28 0 0.64 199.02 0.8 0.2
Hex A 42 5C 59 1C 0 40 C7 50 14
Octal 12 102 134 131 34 0 100 307 120 24
Binary 1010 1000010 1011100 1011001 11100 0 1000000 11000111 1010000 10100

Color Harmonies of #0A425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A425C

Black with #0A425C

Text Example


Text Example

White with #0A425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,66,92); }

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

background-color css

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

 a { background-color: rgb(10,66,92); }

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

border-color css

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

 span { border-color: rgb(10,66,92); }

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