Html Css Color HEX #10465B Astronaut Blue

📋 copy color: '#10465B'

red 16 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #10465B

Tints of Astronaut Blue #10465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 9.04%
G = 39.55%
B = 51.41%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10465B (or 0x10465B) is known color: Astronaut Blue. HEX triplet: 10, 46 and 5B. RGB value is (16,70,91). Sum of RGB (Red+Green+Blue) = 16+70+91=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #10465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10465B is #EFB9A4. Grayscale: #383838. Windows color (decimal): -15710629 or 5981712. OLE color: 5981712.

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

Color convert

RGB 16 70 91 -
CMYK 0.82 0.23 0 0.64
HSL 196.8º 0.7% 0.21% -
HSV(B) 196.8º 0.82% 0.36% -
XYZ 4.29 5.25 10.68 -
YUV 56.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 16 70 91 0.82 0.23 0 0.64 196.8 0.7 0.21
Hex 10 46 5B 52 17 0 40 C5 46 15
Octal 20 106 133 122 27 0 100 305 106 25
Binary 10000 1000110 1011011 1010010 10111 0 1000000 11000101 1000110 10101

Color Harmonies of #10465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10465B

Black with #10465B

Text Example


Text Example

White with #10465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10465B; }

 p { color: rgb(16,70,91); }

 H1.HeaderClassName
 {
   color: #10465B;
 }
 .AnyTagClassName
 {
   color: #10465B;
 }
</style>

background-color css

<style>
 a { background-color: #10465B; }

 a { background-color: rgb(16,70,91); }

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

border-color css

<style>
 span { border-color: #10465B; }

 span { border-color: rgb(16,70,91); }

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