Html Css Color HEX #13465A Astronaut Blue

📋 copy color: '#13465A'

red 19 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #13465A

Tints of Astronaut Blue #13465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 10.61%
G = 39.11%
B = 50.28%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13465A (or 0x13465A) is known color: Astronaut Blue. HEX triplet: 13, 46 and 5A. RGB value is (19,70,90). Sum of RGB (Red+Green+Blue) = 19+70+90=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #13465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13465A is #ECB9A5. Grayscale: #383838. Windows color (decimal): -15514022 or 5916179. OLE color: 5916179.

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

Color convert

RGB 19 70 90 -
CMYK 0.79 0.22 0 0.65
HSL 196.9º 0.65% 0.21% -
HSV(B) 196.9º 0.79% 0.35% -
XYZ 4.3 5.26 10.46 -
YUV 57.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 19 70 90 0.79 0.22 0 0.65 196.9 0.65 0.21
Hex 13 46 5A 4F 16 0 41 C5 41 15
Octal 23 106 132 117 26 0 101 305 101 25
Binary 10011 1000110 1011010 1001111 10110 0 1000001 11000101 1000001 10101

Color Harmonies of #13465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13465A

Black with #13465A

Text Example


Text Example

White with #13465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,70,90); }

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

background-color css

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

 a { background-color: rgb(19,70,90); }

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

border-color css

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

 span { border-color: rgb(19,70,90); }

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