Html Css Color HEX #13455E Astronaut Blue

📋 copy color: '#13455E'

red 19 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #13455E

Tints of Astronaut Blue #13455E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 10.44%
G = 37.91%
B = 51.65%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13455E (or 0x13455E) is known color: Astronaut Blue. HEX triplet: 13, 45 and 5E. RGB value is (19,69,94). Sum of RGB (Red+Green+Blue) = 19+69+94=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #13455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13455E is #ECBAA1. Grayscale: #383838. Windows color (decimal): -15514274 or 6178067. OLE color: 6178067.

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

Color convert

RGB 19 69 94 -
CMYK 0.80 0.27 0 0.63
HSL 200º 0.66% 0.22% -
HSV(B) 200º 0.8% 0.37% -
XYZ 4.42 5.2 11.36 -
YUV 56.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 19 69 94 0.80 0.27 0 0.63 200 0.66 0.22
Hex 13 45 5E 50 1B 0 3F C8 42 16
Octal 23 105 136 120 33 0 77 310 102 26
Binary 10011 1000101 1011110 1010000 11011 0 111111 11001000 1000010 10110

Color Harmonies of #13455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13455E

Black with #13455E

Text Example


Text Example

White with #13455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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