Html Css Color HEX #13485B Astronaut Blue

📋 copy color: '#13485B'

red 19 ◦ green 72 ◦ blue 91

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

Shades of Astronaut Blue #13485B

Tints of Astronaut Blue #13485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

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

R = 10.44%
G = 39.56%
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

#13485B (or 0x13485B) is known color: Astronaut Blue. HEX triplet: 13, 48 and 5B. RGB value is (19,72,91). Sum of RGB (Red+Green+Blue) = 19+72+91=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #13485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485B is #ECB7A4. Grayscale: #3A3A3A. Windows color (decimal): -15513509 or 5982227. OLE color: 5982227.

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

Color convert

RGB 19 72 91 -
CMYK 0.79 0.21 0 0.64
HSL 195.83º 0.65% 0.22% -
HSV(B) 195.83º 0.79% 0.36% -
XYZ 4.47 5.53 10.73 -
YUV 58.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 19 72 91 0.79 0.21 0 0.64 195.83 0.65 0.22
Hex 13 48 5B 4F 15 0 40 C4 41 16
Octal 23 110 133 117 25 0 100 304 101 26
Binary 10011 1001000 1011011 1001111 10101 0 1000000 11000100 1000001 10110

Color Harmonies of #13485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13485B

Black with #13485B

Text Example


Text Example

White with #13485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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