Html Css Color HEX #17445D Astronaut Blue

📋 copy color: '#17445D'

red 23 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #17445D

Tints of Astronaut Blue #17445D

RGB

 RED value IS 23 (9.38% from 255) = 12.5%

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

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

R = 12.5%
G = 36.96%
B = 50.54%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17445D (or 0x17445D) is known color: Astronaut Blue. HEX triplet: 17, 44 and 5D. RGB value is (23,68,93). Sum of RGB (Red+Green+Blue) = 23+68+93=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #17445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17445D is #E8BBA2. Grayscale: #393939. Windows color (decimal): -15252387 or 6112279. OLE color: 6112279.

HSL color Cylindrical-coordinate representation of color #17445D: hue angle of 201.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17445D is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 68 93 -
CMYK 0.75 0.27 0 0.64
HSL 201.43º 0.6% 0.23% -
HSV(B) 201.43º 0.75% 0.36% -
XYZ 4.4 5.11 11.11 -
YUV 57.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 23 68 93 0.75 0.27 0 0.64 201.43 0.6 0.23
Hex 17 44 5D 4B 1B 0 40 C9 3C 17
Octal 27 104 135 113 33 0 100 311 74 27
Binary 10111 1000100 1011101 1001011 11011 0 1000000 11001001 111100 10111

Color Harmonies of #17445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17445D

Black with #17445D

Text Example


Text Example

White with #17445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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