Html Css Color HEX #13435A Astronaut Blue

📋 copy color: '#13435A'

red 19 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #13435A

Tints of Astronaut Blue #13435A

RGB

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

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

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

R = 10.8%
G = 38.07%
B = 51.14%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13435A (or 0x13435A) is known color: Astronaut Blue. HEX triplet: 13, 43 and 5A. RGB value is (19,67,90). Sum of RGB (Red+Green+Blue) = 19+67+90=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #13435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435A is #ECBCA5. Grayscale: #373737. Windows color (decimal): -15514790 or 5915411. OLE color: 5915411.

HSL color Cylindrical-coordinate representation of color #13435A: hue angle of 199.44º 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 #13435A is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 67 90 -
CMYK 0.79 0.26 0 0.65
HSL 199.44º 0.65% 0.21% -
HSV(B) 199.44º 0.79% 0.35% -
XYZ 4.12 4.89 10.4 -
YUV 55.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 19 67 90 0.79 0.26 0 0.65 199.44 0.65 0.21
Hex 13 43 5A 4F 1A 0 41 C7 41 15
Octal 23 103 132 117 32 0 101 307 101 25
Binary 10011 1000011 1011010 1001111 11010 0 1000001 11000111 1000001 10101

Color Harmonies of #13435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13435A

Black with #13435A

Text Example


Text Example

White with #13435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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