Html Css Color HEX #11445D Astronaut Blue

📋 copy color: '#11445D'

red 17 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #11445D

Tints of Astronaut Blue #11445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

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

R = 9.55%
G = 38.2%
B = 52.25%

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

#11445D (or 0x11445D) is known color: Astronaut Blue. HEX triplet: 11, 44 and 5D. RGB value is (17,68,93). Sum of RGB (Red+Green+Blue) = 17+68+93=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #11445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11445D is #EEBBA2. Grayscale: #373737. Windows color (decimal): -15645603 or 6112273. OLE color: 6112273.

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

Color convert

RGB 17 68 93 -
CMYK 0.82 0.27 0 0.64
HSL 199.74º 0.69% 0.22% -
HSV(B) 199.74º 0.82% 0.36% -
XYZ 4.27 5.04 11.1 -
YUV 55.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 17 68 93 0.82 0.27 0 0.64 199.74 0.69 0.22
Hex 11 44 5D 52 1B 0 40 C8 45 16
Octal 21 104 135 122 33 0 100 310 105 26
Binary 10001 1000100 1011101 1010010 11011 0 1000000 11001000 1000101 10110

Color Harmonies of #11445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11445D

Black with #11445D

Text Example


Text Example

White with #11445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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