Html Css Color HEX #10495F Astronaut Blue

📋 copy color: '#10495F'

red 16 ◦ green 73 ◦ blue 95

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

Shades of Astronaut Blue #10495F

Tints of Astronaut Blue #10495F

RGB

 RED value IS 16 (6.64% from 255) = 8.7%

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 8.7%
G = 39.67%
B = 51.63%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10495F (or 0x10495F) is known color: Astronaut Blue. HEX triplet: 10, 49 and 5F. RGB value is (16,73,95). Sum of RGB (Red+Green+Blue) = 16+73+95=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #10495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10495F is #EFB6A0. Grayscale: #3A3A3A. Windows color (decimal): -15709857 or 6244624. OLE color: 6244624.

HSL color Cylindrical-coordinate representation of color #10495F: hue angle of 196.71º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10495F is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 73 95 -
CMYK 0.83 0.23 0 0.63
HSL 196.71º 0.71% 0.22% -
HSV(B) 196.71º 0.83% 0.37% -
XYZ 4.66 5.7 11.68 -
YUV 58.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 16 73 95 0.83 0.23 0 0.63 196.71 0.71 0.22
Hex 10 49 5F 53 17 0 3F C5 47 16
Octal 20 111 137 123 27 0 77 305 107 26
Binary 10000 1001001 1011111 1010011 10111 0 111111 11000101 1000111 10110

Color Harmonies of #10495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10495F

Black with #10495F

Text Example


Text Example

White with #10495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10495F; }

 p { color: rgb(16,73,95); }

 H1.HeaderClassName
 {
   color: #10495F;
 }
 .AnyTagClassName
 {
   color: #10495F;
 }
</style>

background-color css

<style>
 a { background-color: #10495F; }

 a { background-color: rgb(16,73,95); }

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

border-color css

<style>
 span { border-color: #10495F; }

 span { border-color: rgb(16,73,95); }

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