Html Css Color HEX #11425A Astronaut Blue

📋 copy color: '#11425A'

red 17 ◦ green 66 ◦ blue 90

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

Shades of Astronaut Blue #11425A

Tints of Astronaut Blue #11425A

RGB

 RED value IS 17 (7.03% from 255) = 9.83%

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 9.83%
G = 38.15%
B = 52.02%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11425A (or 0x11425A) is known color: Astronaut Blue. HEX triplet: 11, 42 and 5A. RGB value is (17,66,90). Sum of RGB (Red+Green+Blue) = 17+66+90=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #11425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425A is #EEBDA5. Grayscale: #353535. Windows color (decimal): -15646118 or 5915153. OLE color: 5915153.

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

Color convert

RGB 17 66 90 -
CMYK 0.81 0.27 0 0.65
HSL 199.73º 0.68% 0.21% -
HSV(B) 199.73º 0.81% 0.35% -
XYZ 4.02 4.75 10.38 -
YUV 54.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 17 66 90 0.81 0.27 0 0.65 199.73 0.68 0.21
Hex 11 42 5A 51 1B 0 41 C8 44 15
Octal 21 102 132 121 33 0 101 310 104 25
Binary 10001 1000010 1011010 1010001 11011 0 1000001 11001000 1000100 10101

Color Harmonies of #11425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11425A

Black with #11425A

Text Example


Text Example

White with #11425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,66,90); }

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

background-color css

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

 a { background-color: rgb(17,66,90); }

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

border-color css

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

 span { border-color: rgb(17,66,90); }

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