Html Css Color HEX #10445A Astronaut Blue

📋 copy color: '#10445A'

red 16 ◦ green 68 ◦ blue 90

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

Shades of Astronaut Blue #10445A

Tints of Astronaut Blue #10445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 9.2%
G = 39.08%
B = 51.72%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10445A (or 0x10445A) is known color: Astronaut Blue. HEX triplet: 10, 44 and 5A. RGB value is (16,68,90). Sum of RGB (Red+Green+Blue) = 16+68+90=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #10445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10445A is #EFBBA5. Grayscale: #363636. Windows color (decimal): -15711142 or 5915664. OLE color: 5915664.

HSL color Cylindrical-coordinate representation of color #10445A: hue angle of 197.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10445A is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 68 90 -
CMYK 0.82 0.24 0 0.65
HSL 197.84º 0.7% 0.21% -
HSV(B) 197.84º 0.82% 0.35% -
XYZ 4.13 4.98 10.42 -
YUV 54.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 16 68 90 0.82 0.24 0 0.65 197.84 0.7 0.21
Hex 10 44 5A 52 18 0 41 C6 46 15
Octal 20 104 132 122 30 0 101 306 106 25
Binary 10000 1000100 1011010 1010010 11000 0 1000001 11000110 1000110 10101

Color Harmonies of #10445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10445A

Black with #10445A

Text Example


Text Example

White with #10445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10445A; }

 p { color: rgb(16,68,90); }

 H1.HeaderClassName
 {
   color: #10445A;
 }
 .AnyTagClassName
 {
   color: #10445A;
 }
</style>

background-color css

<style>
 a { background-color: #10445A; }

 a { background-color: rgb(16,68,90); }

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

border-color css

<style>
 span { border-color: #10445A; }

 span { border-color: rgb(16,68,90); }

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