Html Css Color HEX #13435D Astronaut Blue

📋 copy color: '#13435D'

red 19 ◦ green 67 ◦ blue 93

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

Shades of Astronaut Blue #13435D

Tints of Astronaut Blue #13435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

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

R = 10.61%
G = 37.43%
B = 51.96%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13435D (or 0x13435D) is known color: Astronaut Blue. HEX triplet: 13, 43 and 5D. RGB value is (19,67,93). Sum of RGB (Red+Green+Blue) = 19+67+93=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #13435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435D is #ECBCA2. Grayscale: #373737. Windows color (decimal): -15514787 or 6112019. OLE color: 6112019.

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

Color convert

RGB 19 67 93 -
CMYK 0.80 0.28 0 0.64
HSL 201.08º 0.66% 0.22% -
HSV(B) 201.08º 0.8% 0.36% -
XYZ 4.25 4.94 11.09 -
YUV 55.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 19 67 93 0.80 0.28 0 0.64 201.08 0.66 0.22
Hex 13 43 5D 50 1C 0 40 C9 42 16
Octal 23 103 135 120 34 0 100 311 102 26
Binary 10011 1000011 1011101 1010000 11100 0 1000000 11001001 1000010 10110

Color Harmonies of #13435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13435D

Black with #13435D

Text Example


Text Example

White with #13435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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