Html Css Color HEX #17445B Astronaut Blue

📋 copy color: '#17445B'

red 23 ◦ green 68 ◦ blue 91

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

Shades of Astronaut Blue #17445B

Tints of Astronaut Blue #17445B

RGB

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

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

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

R = 12.64%
G = 37.36%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17445B (or 0x17445B) is known color: Astronaut Blue. HEX triplet: 17, 44 and 5B. RGB value is (23,68,91). Sum of RGB (Red+Green+Blue) = 23+68+91=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #17445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17445B is #E8BBA4. Grayscale: #393939. Windows color (decimal): -15252389 or 5981207. OLE color: 5981207.

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

Color convert

RGB 23 68 91 -
CMYK 0.75 0.25 0 0.64
HSL 200.29º 0.6% 0.22% -
HSV(B) 200.29º 0.75% 0.36% -
XYZ 4.31 5.07 10.65 -
YUV 57.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 23 68 91 0.75 0.25 0 0.64 200.29 0.6 0.22
Hex 17 44 5B 4B 19 0 40 C8 3C 16
Octal 27 104 133 113 31 0 100 310 74 26
Binary 10111 1000100 1011011 1001011 11001 0 1000000 11001000 111100 10110

Color Harmonies of #17445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17445B

Black with #17445B

Text Example


Text Example

White with #17445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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