Html Css Color HEX #11435B Astronaut Blue

📋 copy color: '#11435B'

red 17 ◦ green 67 ◦ blue 91

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

Shades of Astronaut Blue #11435B

Tints of Astronaut Blue #11435B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52%

R = 9.71%
G = 38.29%
B = 52%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11435B (or 0x11435B) is known color: Astronaut Blue. HEX triplet: 11, 43 and 5B. RGB value is (17,67,91). Sum of RGB (Red+Green+Blue) = 17+67+91=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #11435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11435B is #EEBCA4. Grayscale: #363636. Windows color (decimal): -15645861 or 5980945. OLE color: 5980945.

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

Color convert

RGB 17 67 91 -
CMYK 0.81 0.26 0 0.64
HSL 199.46º 0.69% 0.21% -
HSV(B) 199.46º 0.81% 0.36% -
XYZ 4.13 4.89 10.62 -
YUV 54.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 17 67 91 0.81 0.26 0 0.64 199.46 0.69 0.21
Hex 11 43 5B 51 1A 0 40 C7 45 15
Octal 21 103 133 121 32 0 100 307 105 25
Binary 10001 1000011 1011011 1010001 11010 0 1000000 11000111 1000101 10101

Color Harmonies of #11435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11435B

Black with #11435B

Text Example


Text Example

White with #11435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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