Html Css Color HEX #10455D Astronaut Blue

📋 copy color: '#10455D'

red 16 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #10455D

Tints of Astronaut Blue #10455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

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

R = 8.99%
G = 38.76%
B = 52.25%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10455D (or 0x10455D) is known color: Astronaut Blue. HEX triplet: 10, 45 and 5D. RGB value is (16,69,93). Sum of RGB (Red+Green+Blue) = 16+69+93=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #10455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10455D is #EFBAA2. Grayscale: #373737. Windows color (decimal): -15710883 or 6112528. OLE color: 6112528.

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

Color convert

RGB 16 69 93 -
CMYK 0.83 0.26 0 0.64
HSL 198.7º 0.71% 0.21% -
HSV(B) 198.7º 0.83% 0.36% -
XYZ 4.32 5.16 11.12 -
YUV 55.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 16 69 93 0.83 0.26 0 0.64 198.7 0.71 0.21
Hex 10 45 5D 53 1A 0 40 C7 47 15
Octal 20 105 135 123 32 0 100 307 107 25
Binary 10000 1000101 1011101 1010011 11010 0 1000000 11000111 1000111 10101

Color Harmonies of #10455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10455D

Black with #10455D

Text Example


Text Example

White with #10455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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