Html Css Color HEX #10495C Astronaut Blue

📋 copy color: '#10495C'

red 16 ◦ green 73 ◦ blue 92

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

Shades of Astronaut Blue #10495C

Tints of Astronaut Blue #10495C

RGB

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

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

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

R = 8.84%
G = 40.33%
B = 50.83%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10495C (or 0x10495C) is known color: Astronaut Blue. HEX triplet: 10, 49 and 5C. RGB value is (16,73,92). Sum of RGB (Red+Green+Blue) = 16+73+92=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #10495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10495C is #EFB6A3. Grayscale: #393939. Windows color (decimal): -15709860 or 6048016. OLE color: 6048016.

HSL color Cylindrical-coordinate representation of color #10495C: hue angle of 195º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10495C is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 73 92 -
CMYK 0.83 0.21 0 0.64
HSL 195º 0.7% 0.21% -
HSV(B) 195º 0.83% 0.36% -
XYZ 4.53 5.65 10.98 -
YUV 58.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 16 73 92 0.83 0.21 0 0.64 195 0.7 0.21
Hex 10 49 5C 53 15 0 40 C3 46 15
Octal 20 111 134 123 25 0 100 303 106 25
Binary 10000 1001001 1011100 1010011 10101 0 1000000 11000011 1000110 10101

Color Harmonies of #10495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10495C

Black with #10495C

Text Example


Text Example

White with #10495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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