Html Css Color HEX #10475D Astronaut Blue

📋 copy color: '#10475D'

red 16 ◦ green 71 ◦ blue 93

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

Shades of Astronaut Blue #10475D

Tints of Astronaut Blue #10475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 8.89%
G = 39.44%
B = 51.67%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10475D (or 0x10475D) is known color: Astronaut Blue. HEX triplet: 10, 47 and 5D. RGB value is (16,71,93). Sum of RGB (Red+Green+Blue) = 16+71+93=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #10475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10475D is #EFB8A2. Grayscale: #383838. Windows color (decimal): -15710371 or 6113040. OLE color: 6113040.

HSL color Cylindrical-coordinate representation of color #10475D: hue angle of 197.14º degrees, saturation: 0.71, 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 #10475D is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 71 93 -
CMYK 0.83 0.24 0 0.64
HSL 197.14º 0.71% 0.21% -
HSV(B) 197.14º 0.83% 0.36% -
XYZ 4.44 5.41 11.17 -
YUV 57.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 16 71 93 0.83 0.24 0 0.64 197.14 0.71 0.21
Hex 10 47 5D 53 18 0 40 C5 47 15
Octal 20 107 135 123 30 0 100 305 107 25
Binary 10000 1000111 1011101 1010011 11000 0 1000000 11000101 1000111 10101

Color Harmonies of #10475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10475D

Black with #10475D

Text Example


Text Example

White with #10475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10475D; }

 p { color: rgb(16,71,93); }

 H1.HeaderClassName
 {
   color: #10475D;
 }
 .AnyTagClassName
 {
   color: #10475D;
 }
</style>

background-color css

<style>
 a { background-color: #10475D; }

 a { background-color: rgb(16,71,93); }

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

border-color css

<style>
 span { border-color: #10475D; }

 span { border-color: rgb(16,71,93); }

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