Html Css Color HEX #13485C Astronaut Blue

📋 copy color: '#13485C'

red 19 ◦ green 72 ◦ blue 92

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

Shades of Astronaut Blue #13485C

Tints of Astronaut Blue #13485C

RGB

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

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

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

R = 10.38%
G = 39.34%
B = 50.27%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13485C (or 0x13485C) is known color: Astronaut Blue. HEX triplet: 13, 48 and 5C. RGB value is (19,72,92). Sum of RGB (Red+Green+Blue) = 19+72+92=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #13485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485C is #ECB7A3. Grayscale: #3A3A3A. Windows color (decimal): -15513508 or 6047763. OLE color: 6047763.

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

Color convert

RGB 19 72 92 -
CMYK 0.79 0.22 0 0.64
HSL 196.44º 0.66% 0.22% -
HSV(B) 196.44º 0.79% 0.36% -
XYZ 4.52 5.55 10.96 -
YUV 58.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 19 72 92 0.79 0.22 0 0.64 196.44 0.66 0.22
Hex 13 48 5C 4F 16 0 40 C4 42 16
Octal 23 110 134 117 26 0 100 304 102 26
Binary 10011 1001000 1011100 1001111 10110 0 1000000 11000100 1000010 10110

Color Harmonies of #13485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13485C

Black with #13485C

Text Example


Text Example

White with #13485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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