Html Css Color HEX #10415A Astronaut Blue

📋 copy color: '#10415A'

red 16 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #10415A

Tints of Astronaut Blue #10415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

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

R = 9.36%
G = 38.01%
B = 52.63%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10415A (or 0x10415A) is known color: Astronaut Blue. HEX triplet: 10, 41 and 5A. RGB value is (16,65,90). Sum of RGB (Red+Green+Blue) = 16+65+90=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #10415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10415A is #EFBEA5. Grayscale: #353535. Windows color (decimal): -15711910 or 5914896. OLE color: 5914896.

HSL color Cylindrical-coordinate representation of color #10415A: hue angle of 200.27º 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 #10415A is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 65 90 -
CMYK 0.82 0.28 0 0.65
HSL 200.27º 0.7% 0.21% -
HSV(B) 200.27º 0.82% 0.35% -
XYZ 3.95 4.63 10.36 -
YUV 53.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 16 65 90 0.82 0.28 0 0.65 200.27 0.7 0.21
Hex 10 41 5A 52 1C 0 41 C8 46 15
Octal 20 101 132 122 34 0 101 310 106 25
Binary 10000 1000001 1011010 1010010 11100 0 1000001 11001000 1000110 10101

Color Harmonies of #10415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10415A

Black with #10415A

Text Example


Text Example

White with #10415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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