Html Css Color HEX #13415B Astronaut Blue

📋 copy color: '#13415B'

red 19 ◦ green 65 ◦ blue 91

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

Shades of Astronaut Blue #13415B

Tints of Astronaut Blue #13415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52%

R = 10.86%
G = 37.14%
B = 52%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13415B (or 0x13415B) is known color: Astronaut Blue. HEX triplet: 13, 41 and 5B. RGB value is (19,65,91). Sum of RGB (Red+Green+Blue) = 19+65+91=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #13415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415B is #ECBEA4. Grayscale: #363636. Windows color (decimal): -15515301 or 5980435. OLE color: 5980435.

HSL color Cylindrical-coordinate representation of color #13415B: hue angle of 201.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13415B is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 65 91 -
CMYK 0.79 0.29 0 0.64
HSL 201.67º 0.65% 0.22% -
HSV(B) 201.67º 0.79% 0.36% -
XYZ 4.05 4.67 10.59 -
YUV 54.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 19 65 91 0.79 0.29 0 0.64 201.67 0.65 0.22
Hex 13 41 5B 4F 1D 0 40 CA 41 16
Octal 23 101 133 117 35 0 100 312 101 26
Binary 10011 1000001 1011011 1001111 11101 0 1000000 11001010 1000001 10110

Color Harmonies of #13415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13415B

Black with #13415B

Text Example


Text Example

White with #13415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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