Html Css Color HEX #13445D Astronaut Blue

📋 copy color: '#13445D'

red 19 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #13445D

Tints of Astronaut Blue #13445D

RGB

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

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

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

R = 10.56%
G = 37.78%
B = 51.67%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13445D (or 0x13445D) is known color: Astronaut Blue. HEX triplet: 13, 44 and 5D. RGB value is (19,68,93). Sum of RGB (Red+Green+Blue) = 19+68+93=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #13445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13445D is #ECBBA2. Grayscale: #383838. Windows color (decimal): -15514531 or 6112275. OLE color: 6112275.

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

Color convert

RGB 19 68 93 -
CMYK 0.80 0.27 0 0.64
HSL 200.27º 0.66% 0.22% -
HSV(B) 200.27º 0.8% 0.36% -
XYZ 4.31 5.06 11.11 -
YUV 56.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 19 68 93 0.80 0.27 0 0.64 200.27 0.66 0.22
Hex 13 44 5D 50 1B 0 40 C8 42 16
Octal 23 104 135 120 33 0 100 310 102 26
Binary 10011 1000100 1011101 1010000 11011 0 1000000 11001000 1000010 10110

Color Harmonies of #13445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13445D

Black with #13445D

Text Example


Text Example

White with #13445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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