Html Css Color HEX #134157 Astronaut Blue

📋 copy color: '#134157'

red 19 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #134157

Tints of Astronaut Blue #134157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.88%

R = 11.11%
G = 38.01%
B = 50.88%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134157 (or 0x134157) is known color: Astronaut Blue. HEX triplet: 13, 41 and 57. RGB value is (19,65,87). Sum of RGB (Red+Green+Blue) = 19+65+87=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #134157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134157 is #ECBEA8. Grayscale: #353535. Windows color (decimal): -15515305 or 5718291. OLE color: 5718291.

HSL color Cylindrical-coordinate representation of color #134157: hue angle of 199.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134157 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 65 87 -
CMYK 0.78 0.25 0 0.66
HSL 199.41º 0.64% 0.21% -
HSV(B) 199.41º 0.78% 0.34% -
XYZ 3.88 4.61 9.7 -
YUV 53.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 19 65 87 0.78 0.25 0 0.66 199.41 0.64 0.21
Hex 13 41 57 4E 19 0 42 C7 40 15
Octal 23 101 127 116 31 0 102 307 100 25
Binary 10011 1000001 1010111 1001110 11001 0 1000010 11000111 1000000 10101

Color Harmonies of #134157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134157

Black with #134157

Text Example


Text Example

White with #134157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134157; }

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

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

background-color css

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

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

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

border-color css

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

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

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