Html Css Color HEX #134155 Astronaut Blue

📋 copy color: '#134155'

red 19 ◦ green 65 ◦ blue 85

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

Shades of Astronaut Blue #134155

Tints of Astronaut Blue #134155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 11.24%
G = 38.46%
B = 50.3%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134155 (or 0x134155) is known color: Astronaut Blue. HEX triplet: 13, 41 and 55. RGB value is (19,65,85). Sum of RGB (Red+Green+Blue) = 19+65+85=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #134155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134155 is #ECBEAA. Grayscale: #353535. Windows color (decimal): -15515307 or 5587219. OLE color: 5587219.

HSL color Cylindrical-coordinate representation of color #134155: hue angle of 198.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134155 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 65 85 -
CMYK 0.78 0.24 0 0.67
HSL 198.18º 0.63% 0.2% -
HSV(B) 198.18º 0.78% 0.33% -
XYZ 3.8 4.57 9.28 -
YUV 53.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 19 65 85 0.78 0.24 0 0.67 198.18 0.63 0.2
Hex 13 41 55 4E 18 0 43 C6 3F 14
Octal 23 101 125 116 30 0 103 306 77 24
Binary 10011 1000001 1010101 1001110 11000 0 1000011 11000110 111111 10100

Color Harmonies of #134155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134155

Black with #134155

Text Example


Text Example

White with #134155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134155; }

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

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

background-color css

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

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

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

border-color css

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

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

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