Html Css Color HEX #17455A Astronaut Blue

📋 copy color: '#17455A'

red 23 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #17455A

Tints of Astronaut Blue #17455A

RGB

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

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

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

R = 12.64%
G = 37.91%
B = 49.45%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17455A (or 0x17455A) is known color: Astronaut Blue. HEX triplet: 17, 45 and 5A. RGB value is (23,69,90). Sum of RGB (Red+Green+Blue) = 23+69+90=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #17455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17455A is #E8BAA5. Grayscale: #393939. Windows color (decimal): -15252134 or 5915927. OLE color: 5915927.

HSL color Cylindrical-coordinate representation of color #17455A: hue angle of 198.81º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17455A is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 69 90 -
CMYK 0.74 0.23 0 0.65
HSL 198.81º 0.59% 0.22% -
HSV(B) 198.81º 0.74% 0.35% -
XYZ 4.33 5.18 10.44 -
YUV 57.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 23 69 90 0.74 0.23 0 0.65 198.81 0.59 0.22
Hex 17 45 5A 4A 17 0 41 C7 3B 16
Octal 27 105 132 112 27 0 101 307 73 26
Binary 10111 1000101 1011010 1001010 10111 0 1000001 11000111 111011 10110

Color Harmonies of #17455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17455A

Black with #17455A

Text Example


Text Example

White with #17455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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