Html Css Color HEX #11435D Astronaut Blue

📋 copy color: '#11435D'

red 17 ◦ green 67 ◦ blue 93

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

Shades of Astronaut Blue #11435D

Tints of Astronaut Blue #11435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 9.6%
G = 37.85%
B = 52.54%

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

#11435D (or 0x11435D) is known color: Astronaut Blue. HEX triplet: 11, 43 and 5D. RGB value is (17,67,93). Sum of RGB (Red+Green+Blue) = 17+67+93=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #11435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11435D is #EEBCA2. Grayscale: #363636. Windows color (decimal): -15645859 or 6112017. OLE color: 6112017.

HSL color Cylindrical-coordinate representation of color #11435D: hue angle of 200.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11435D is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 67 93 -
CMYK 0.82 0.28 0 0.64
HSL 200.53º 0.69% 0.22% -
HSV(B) 200.53º 0.82% 0.36% -
XYZ 4.21 4.92 11.08 -
YUV 55.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 17 67 93 0.82 0.28 0 0.64 200.53 0.69 0.22
Hex 11 43 5D 52 1C 0 40 C9 45 16
Octal 21 103 135 122 34 0 100 311 105 26
Binary 10001 1000011 1011101 1010010 11100 0 1000000 11001001 1000101 10110

Color Harmonies of #11435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11435D

Black with #11435D

Text Example


Text Example

White with #11435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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