Html Css Color HEX #13495C Astronaut Blue

📋 copy color: '#13495C'

red 19 ◦ green 73 ◦ blue 92

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

Shades of Astronaut Blue #13495C

Tints of Astronaut Blue #13495C

RGB

 RED value IS 19 (7.81% from 255) = 10.33%

 GREEN value IS 73 (28.91% from 255) = 39.67%

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

R = 10.33%
G = 39.67%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13495C (or 0x13495C) is known color: Astronaut Blue. HEX triplet: 13, 49 and 5C. RGB value is (19,73,92). Sum of RGB (Red+Green+Blue) = 19+73+92=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 73 (28.91% from 255 or 39.67% 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 #13495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13495C is #ECB6A3. Grayscale: #3A3A3A. Windows color (decimal): -15513252 or 6048019. OLE color: 6048019.

HSL color Cylindrical-coordinate representation of color #13495C: hue angle of 195.62º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13495C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 73 92 -
CMYK 0.79 0.21 0 0.64
HSL 195.62º 0.66% 0.22% -
HSV(B) 195.62º 0.79% 0.36% -
XYZ 4.58 5.68 10.98 -
YUV 59.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 19 73 92 0.79 0.21 0 0.64 195.62 0.66 0.22
Hex 13 49 5C 4F 15 0 40 C4 42 16
Octal 23 111 134 117 25 0 100 304 102 26
Binary 10011 1001001 1011100 1001111 10101 0 1000000 11000100 1000010 10110

Color Harmonies of #13495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13495C

Black with #13495C

Text Example


Text Example

White with #13495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,73,92); }

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

background-color css

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

 a { background-color: rgb(19,73,92); }

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

border-color css

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

 span { border-color: rgb(19,73,92); }

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