Html Css Color HEX #13425D Astronaut Blue

📋 copy color: '#13425D'

red 19 ◦ green 66 ◦ blue 93

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

Shades of Astronaut Blue #13425D

Tints of Astronaut Blue #13425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

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

R = 10.67%
G = 37.08%
B = 52.25%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13425D (or 0x13425D) is known color: Astronaut Blue. HEX triplet: 13, 42 and 5D. RGB value is (19,66,93). Sum of RGB (Red+Green+Blue) = 19+66+93=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #13425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13425D is #ECBDA2. Grayscale: #363636. Windows color (decimal): -15515043 or 6111763. OLE color: 6111763.

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

Color convert

RGB 19 66 93 -
CMYK 0.80 0.29 0 0.64
HSL 201.89º 0.66% 0.22% -
HSV(B) 201.89º 0.8% 0.36% -
XYZ 4.19 4.83 11.07 -
YUV 55.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 19 66 93 0.80 0.29 0 0.64 201.89 0.66 0.22
Hex 13 42 5D 50 1D 0 40 CA 42 16
Octal 23 102 135 120 35 0 100 312 102 26
Binary 10011 1000010 1011101 1010000 11101 0 1000000 11001010 1000010 10110

Color Harmonies of #13425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13425D

Black with #13425D

Text Example


Text Example

White with #13425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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