Html Css Color HEX #11435C Astronaut Blue

📋 copy color: '#11435C'

red 17 ◦ green 67 ◦ blue 92

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

Shades of Astronaut Blue #11435C

Tints of Astronaut Blue #11435C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

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

R = 9.66%
G = 38.07%
B = 52.27%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11435C (or 0x11435C) is known color: Astronaut Blue. HEX triplet: 11, 43 and 5C. RGB value is (17,67,92). Sum of RGB (Red+Green+Blue) = 17+67+92=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #11435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11435C is #EEBCA3. Grayscale: #363636. Windows color (decimal): -15645860 or 6046481. OLE color: 6046481.

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

Color convert

RGB 17 67 92 -
CMYK 0.82 0.27 0 0.64
HSL 200º 0.69% 0.21% -
HSV(B) 200º 0.82% 0.36% -
XYZ 4.17 4.91 10.85 -
YUV 54.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 17 67 92 0.82 0.27 0 0.64 200 0.69 0.21
Hex 11 43 5C 52 1B 0 40 C8 45 15
Octal 21 103 134 122 33 0 100 310 105 25
Binary 10001 1000011 1011100 1010010 11011 0 1000000 11001000 1000101 10101

Color Harmonies of #11435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11435C

Black with #11435C

Text Example


Text Example

White with #11435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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