Html Css Color HEX #13435F Astronaut Blue

📋 copy color: '#13435F'

red 19 ◦ green 67 ◦ blue 95

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

Shades of Astronaut Blue #13435F

Tints of Astronaut Blue #13435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.49%

R = 10.5%
G = 37.02%
B = 52.49%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13435F (or 0x13435F) is known color: Astronaut Blue. HEX triplet: 13, 43 and 5F. RGB value is (19,67,95). Sum of RGB (Red+Green+Blue) = 19+67+95=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #13435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435F is #ECBCA0. Grayscale: #373737. Windows color (decimal): -15514785 or 6243091. OLE color: 6243091.

HSL color Cylindrical-coordinate representation of color #13435F: hue angle of 202.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13435F is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 67 95 -
CMYK 0.80 0.29 0 0.63
HSL 202.11º 0.67% 0.22% -
HSV(B) 202.11º 0.8% 0.37% -
XYZ 4.34 4.98 11.56 -
YUV 55.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 19 67 95 0.80 0.29 0 0.63 202.11 0.67 0.22
Hex 13 43 5F 50 1D 0 3F CA 43 16
Octal 23 103 137 120 35 0 77 312 103 26
Binary 10011 1000011 1011111 1010000 11101 0 111111 11001010 1000011 10110

Color Harmonies of #13435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13435F

Black with #13435F

Text Example


Text Example

White with #13435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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