Html Css Color HEX #17425E Astronaut Blue

📋 copy color: '#17425E'

red 23 ◦ green 66 ◦ blue 94

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

Shades of Astronaut Blue #17425E

Tints of Astronaut Blue #17425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 12.57%
G = 36.07%
B = 51.37%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17425E (or 0x17425E) is known color: Astronaut Blue. HEX triplet: 17, 42 and 5E. RGB value is (23,66,94). Sum of RGB (Red+Green+Blue) = 23+66+94=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #17425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17425E is #E8BDA1. Grayscale: #383838. Windows color (decimal): -15252898 or 6177303. OLE color: 6177303.

HSL color Cylindrical-coordinate representation of color #17425E: hue angle of 203.66º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17425E is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 66 94 -
CMYK 0.76 0.30 0 0.63
HSL 203.66º 0.61% 0.23% -
HSV(B) 203.66º 0.76% 0.37% -
XYZ 4.32 4.89 11.31 -
YUV 56.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 23 66 94 0.76 0.30 0 0.63 203.66 0.61 0.23
Hex 17 42 5E 4C 1E 0 3F CC 3D 17
Octal 27 102 136 114 36 0 77 314 75 27
Binary 10111 1000010 1011110 1001100 11110 0 111111 11001100 111101 10111

Color Harmonies of #17425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17425E

Black with #17425E

Text Example


Text Example

White with #17425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17425E; }

 p { color: rgb(23,66,94); }

 H1.HeaderClassName
 {
   color: #17425E;
 }
 .AnyTagClassName
 {
   color: #17425E;
 }
</style>

background-color css

<style>
 a { background-color: #17425E; }

 a { background-color: rgb(23,66,94); }

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

border-color css

<style>
 span { border-color: #17425E; }

 span { border-color: rgb(23,66,94); }

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