Html Css Color HEX #17415A Astronaut Blue

📋 copy color: '#17415A'

red 23 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #17415A

Tints of Astronaut Blue #17415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

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

R = 12.92%
G = 36.52%
B = 50.56%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17415A (or 0x17415A) is known color: Astronaut Blue. HEX triplet: 17, 41 and 5A. RGB value is (23,65,90). Sum of RGB (Red+Green+Blue) = 23+65+90=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #17415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415A is #E8BEA5. Grayscale: #373737. Windows color (decimal): -15253158 or 5914903. OLE color: 5914903.

HSL color Cylindrical-coordinate representation of color #17415A: hue angle of 202.39º 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 #17415A is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 65 90 -
CMYK 0.74 0.28 0 0.65
HSL 202.39º 0.59% 0.22% -
HSV(B) 202.39º 0.74% 0.35% -
XYZ 4.09 4.7 10.36 -
YUV 55.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 23 65 90 0.74 0.28 0 0.65 202.39 0.59 0.22
Hex 17 41 5A 4A 1C 0 41 CA 3B 16
Octal 27 101 132 112 34 0 101 312 73 26
Binary 10111 1000001 1011010 1001010 11100 0 1000001 11001010 111011 10110

Color Harmonies of #17415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17415A

Black with #17415A

Text Example


Text Example

White with #17415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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