Html Css Color HEX #13415A Astronaut Blue

📋 copy color: '#13415A'

red 19 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #13415A

Tints of Astronaut Blue #13415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 10.92%
G = 37.36%
B = 51.72%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13415A (or 0x13415A) is known color: Astronaut Blue. HEX triplet: 13, 41 and 5A. RGB value is (19,65,90). Sum of RGB (Red+Green+Blue) = 19+65+90=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #13415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415A is #ECBEA5. Grayscale: #353535. Windows color (decimal): -15515302 or 5914899. OLE color: 5914899.

HSL color Cylindrical-coordinate representation of color #13415A: hue angle of 201.13º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13415A is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 65 90 -
CMYK 0.79 0.28 0 0.65
HSL 201.13º 0.65% 0.21% -
HSV(B) 201.13º 0.79% 0.35% -
XYZ 4 4.66 10.36 -
YUV 54.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 19 65 90 0.79 0.28 0 0.65 201.13 0.65 0.21
Hex 13 41 5A 4F 1C 0 41 C9 41 15
Octal 23 101 132 117 34 0 101 311 101 25
Binary 10011 1000001 1011010 1001111 11100 0 1000001 11001001 1000001 10101

Color Harmonies of #13415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13415A

Black with #13415A

Text Example


Text Example

White with #13415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13415A; }

 p { color: rgb(19,65,90); }

 H1.HeaderClassName
 {
   color: #13415A;
 }
 .AnyTagClassName
 {
   color: #13415A;
 }
</style>

background-color css

<style>
 a { background-color: #13415A; }

 a { background-color: rgb(19,65,90); }

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

border-color css

<style>
 span { border-color: #13415A; }

 span { border-color: rgb(19,65,90); }

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