Html Css Color HEX #10465C Astronaut Blue

📋 copy color: '#10465C'

red 16 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #10465C

Tints of Astronaut Blue #10465C

RGB

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

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

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

R = 8.99%
G = 39.33%
B = 51.69%

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

#10465C (or 0x10465C) is known color: Astronaut Blue. HEX triplet: 10, 46 and 5C. RGB value is (16,70,92). Sum of RGB (Red+Green+Blue) = 16+70+92=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #10465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10465C is #EFB9A3. Grayscale: #383838. Windows color (decimal): -15710628 or 6047248. OLE color: 6047248.

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

Color convert

RGB 16 70 92 -
CMYK 0.83 0.24 0 0.64
HSL 197.37º 0.7% 0.21% -
HSV(B) 197.37º 0.83% 0.36% -
XYZ 4.34 5.26 10.91 -
YUV 56.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 16 70 92 0.83 0.24 0 0.64 197.37 0.7 0.21
Hex 10 46 5C 53 18 0 40 C5 46 15
Octal 20 106 134 123 30 0 100 305 106 25
Binary 10000 1000110 1011100 1010011 11000 0 1000000 11000101 1000110 10101

Color Harmonies of #10465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10465C

Black with #10465C

Text Example


Text Example

White with #10465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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