Html Css Color HEX #13455D Astronaut Blue

📋 copy color: '#13455D'

red 19 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #13455D

Tints of Astronaut Blue #13455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 10.5%
G = 38.12%
B = 51.38%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13455D (or 0x13455D) is known color: Astronaut Blue. HEX triplet: 13, 45 and 5D. RGB value is (19,69,93). Sum of RGB (Red+Green+Blue) = 19+69+93=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #13455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13455D is #ECBAA2. Grayscale: #383838. Windows color (decimal): -15514275 or 6112531. OLE color: 6112531.

HSL color Cylindrical-coordinate representation of color #13455D: hue angle of 199.46º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13455D is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 69 93 -
CMYK 0.80 0.26 0 0.64
HSL 199.46º 0.66% 0.22% -
HSV(B) 199.46º 0.8% 0.36% -
XYZ 4.37 5.19 11.13 -
YUV 56.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 19 69 93 0.80 0.26 0 0.64 199.46 0.66 0.22
Hex 13 45 5D 50 1A 0 40 C7 42 16
Octal 23 105 135 120 32 0 100 307 102 26
Binary 10011 1000101 1011101 1010000 11010 0 1000000 11000111 1000010 10110

Color Harmonies of #13455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13455D

Black with #13455D

Text Example


Text Example

White with #13455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13455D; }

 p { color: rgb(19,69,93); }

 H1.HeaderClassName
 {
   color: #13455D;
 }
 .AnyTagClassName
 {
   color: #13455D;
 }
</style>

background-color css

<style>
 a { background-color: #13455D; }

 a { background-color: rgb(19,69,93); }

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

border-color css

<style>
 span { border-color: #13455D; }

 span { border-color: rgb(19,69,93); }

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