Html Css Color HEX #13445B Astronaut Blue

📋 copy color: '#13445B'

red 19 ◦ green 68 ◦ blue 91

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

Shades of Astronaut Blue #13445B

Tints of Astronaut Blue #13445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

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

R = 10.67%
G = 38.2%
B = 51.12%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13445B (or 0x13445B) is known color: Astronaut Blue. HEX triplet: 13, 44 and 5B. RGB value is (19,68,91). Sum of RGB (Red+Green+Blue) = 19+68+91=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #13445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13445B is #ECBBA4. Grayscale: #373737. Windows color (decimal): -15514533 or 5981203. OLE color: 5981203.

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

Color convert

RGB 19 68 91 -
CMYK 0.79 0.25 0 0.64
HSL 199.17º 0.65% 0.22% -
HSV(B) 199.17º 0.79% 0.36% -
XYZ 4.22 5.03 10.65 -
YUV 55.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 19 68 91 0.79 0.25 0 0.64 199.17 0.65 0.22
Hex 13 44 5B 4F 19 0 40 C7 41 16
Octal 23 104 133 117 31 0 100 307 101 26
Binary 10011 1000100 1011011 1001111 11001 0 1000000 11000111 1000001 10110

Color Harmonies of #13445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13445B

Black with #13445B

Text Example


Text Example

White with #13445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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