Html Css Color HEX #11425C Astronaut Blue

📋 copy color: '#11425C'

red 17 ◦ green 66 ◦ blue 92

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

Shades of Astronaut Blue #11425C

Tints of Astronaut Blue #11425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 9.71%
G = 37.71%
B = 52.57%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11425C (or 0x11425C) is known color: Astronaut Blue. HEX triplet: 11, 42 and 5C. RGB value is (17,66,92). Sum of RGB (Red+Green+Blue) = 17+66+92=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #11425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425C is #EEBDA3. Grayscale: #363636. Windows color (decimal): -15646116 or 6046225. OLE color: 6046225.

HSL color Cylindrical-coordinate representation of color #11425C: hue angle of 200.8º degrees, saturation: 0.69, 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 #11425C is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 66 92 -
CMYK 0.82 0.28 0 0.64
HSL 200.8º 0.69% 0.21% -
HSV(B) 200.8º 0.82% 0.36% -
XYZ 4.11 4.79 10.83 -
YUV 54.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 17 66 92 0.82 0.28 0 0.64 200.8 0.69 0.21
Hex 11 42 5C 52 1C 0 40 C9 45 15
Octal 21 102 134 122 34 0 100 311 105 25
Binary 10001 1000010 1011100 1010010 11100 0 1000000 11001001 1000101 10101

Color Harmonies of #11425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11425C

Black with #11425C

Text Example


Text Example

White with #11425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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