Html Css Color HEX #13465B Astronaut Blue

📋 copy color: '#13465B'

red 19 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #13465B

Tints of Astronaut Blue #13465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 10.56%
G = 38.89%
B = 50.56%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13465B (or 0x13465B) is known color: Astronaut Blue. HEX triplet: 13, 46 and 5B. RGB value is (19,70,91). Sum of RGB (Red+Green+Blue) = 19+70+91=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #13465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13465B is #ECB9A4. Grayscale: #393939. Windows color (decimal): -15514021 or 5981715. OLE color: 5981715.

HSL color Cylindrical-coordinate representation of color #13465B: hue angle of 197.5º degrees, saturation: 0.65, 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 #13465B is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 70 91 -
CMYK 0.79 0.23 0 0.64
HSL 197.5º 0.65% 0.22% -
HSV(B) 197.5º 0.79% 0.36% -
XYZ 4.35 5.27 10.69 -
YUV 57.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 19 70 91 0.79 0.23 0 0.64 197.5 0.65 0.22
Hex 13 46 5B 4F 17 0 40 C6 41 16
Octal 23 106 133 117 27 0 100 306 101 26
Binary 10011 1000110 1011011 1001111 10111 0 1000000 11000110 1000001 10110

Color Harmonies of #13465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13465B

Black with #13465B

Text Example


Text Example

White with #13465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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