Html Css Color HEX #10455B Astronaut Blue

📋 copy color: '#10455B'

red 16 ◦ green 69 ◦ blue 91

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

Shades of Astronaut Blue #10455B

Tints of Astronaut Blue #10455B

RGB

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

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

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

R = 9.09%
G = 39.2%
B = 51.7%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10455B (or 0x10455B) is known color: Astronaut Blue. HEX triplet: 10, 45 and 5B. RGB value is (16,69,91). Sum of RGB (Red+Green+Blue) = 16+69+91=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #10455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10455B is #EFBAA4. Grayscale: #373737. Windows color (decimal): -15710885 or 5981456. OLE color: 5981456.

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

Color convert

RGB 16 69 91 -
CMYK 0.82 0.24 0 0.64
HSL 197.6º 0.7% 0.21% -
HSV(B) 197.6º 0.82% 0.36% -
XYZ 4.23 5.12 10.66 -
YUV 55.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 16 69 91 0.82 0.24 0 0.64 197.6 0.7 0.21
Hex 10 45 5B 52 18 0 40 C6 46 15
Octal 20 105 133 122 30 0 100 306 106 25
Binary 10000 1000101 1011011 1010010 11000 0 1000000 11000110 1000110 10101

Color Harmonies of #10455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10455B

Black with #10455B

Text Example


Text Example

White with #10455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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