Html Css Color HEX #11435A Astronaut Blue

📋 copy color: '#11435A'

red 17 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #11435A

Tints of Astronaut Blue #11435A

RGB

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

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

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

R = 9.77%
G = 38.51%
B = 51.72%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11435A (or 0x11435A) is known color: Astronaut Blue. HEX triplet: 11, 43 and 5A. RGB value is (17,67,90). Sum of RGB (Red+Green+Blue) = 17+67+90=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #11435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11435A is #EEBCA5. Grayscale: #363636. Windows color (decimal): -15645862 or 5915409. OLE color: 5915409.

HSL color Cylindrical-coordinate representation of color #11435A: hue angle of 198.9º 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 #11435A is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 67 90 -
CMYK 0.81 0.26 0 0.65
HSL 198.9º 0.68% 0.21% -
HSV(B) 198.9º 0.81% 0.35% -
XYZ 4.08 4.87 10.4 -
YUV 54.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 17 67 90 0.81 0.26 0 0.65 198.9 0.68 0.21
Hex 11 43 5A 51 1A 0 41 C7 44 15
Octal 21 103 132 121 32 0 101 307 104 25
Binary 10001 1000011 1011010 1010001 11010 0 1000001 11000111 1000100 10101

Color Harmonies of #11435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11435A

Black with #11435A

Text Example


Text Example

White with #11435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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