Html Css Color HEX #17455C Astronaut Blue

📋 copy color: '#17455C'

red 23 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #17455C

Tints of Astronaut Blue #17455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 92 (36.33% from 255) = 50%

R = 12.5%
G = 37.5%
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

#17455C (or 0x17455C) is known color: Astronaut Blue. HEX triplet: 17, 45 and 5C. RGB value is (23,69,92). Sum of RGB (Red+Green+Blue) = 23+69+92=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #17455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17455C is #E8BAA3. Grayscale: #393939. Windows color (decimal): -15252132 or 6046999. OLE color: 6046999.

HSL color Cylindrical-coordinate representation of color #17455C: hue angle of 200º 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 #17455C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 69 92 -
CMYK 0.75 0.25 0 0.64
HSL 200º 0.6% 0.23% -
HSV(B) 200º 0.75% 0.36% -
XYZ 4.41 5.21 10.9 -
YUV 57.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 23 69 92 0.75 0.25 0 0.64 200 0.6 0.23
Hex 17 45 5C 4B 19 0 40 C8 3C 17
Octal 27 105 134 113 31 0 100 310 74 27
Binary 10111 1000101 1011100 1001011 11001 0 1000000 11001000 111100 10111

Color Harmonies of #17455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17455C

Black with #17455C

Text Example


Text Example

White with #17455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17455C; }

 p { color: rgb(23,69,92); }

 H1.HeaderClassName
 {
   color: #17455C;
 }
 .AnyTagClassName
 {
   color: #17455C;
 }
</style>

background-color css

<style>
 a { background-color: #17455C; }

 a { background-color: rgb(23,69,92); }

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

border-color css

<style>
 span { border-color: #17455C; }

 span { border-color: rgb(23,69,92); }

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